#6BC6D1

Color #6BC6D1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6BC6D1

Tints of Spray #6BC6D1

Color information

#6BC6D1 (or 0x6BC6D1) is unknown color: approx Spray. HEX triplet: 6B, C6 and D1. RGB value is (107,198,209). Sum of RGB (Red+Green+Blue) = 107+198+209=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BC6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6D1 is #94392E. Grayscale: #ABABAB. Windows color (decimal): -9713967 or 13747819. OLE color: 13747819.

HSL color Cylindrical-coordinate representation of color #6BC6D1: hue angle of 186.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BC6D1 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107198209-
CMYK0.490.0500.18
HSL186.47º52.58%61.96%-
HSV(B)186.47º48.8%81.96%-
XYZ37.7748.1267.62-
YUV172.04148.8581.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20.82%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=20.82%
G=38.52%
B=40.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071982090.490.0500.18186.4752.5861.96
Hex6BC6D1315012ba353e
Octal1533063216150222726576
Binary1101011110001101101000111000110101001010111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC6D1; }

 p { color: rgb(107,198,209); }

 H1.HeaderClassName
 {
   color: #6BC6D1;
 }
 .AnyTagClassName
 {
   color: #6BC6D1;
 }
</style>
background-color css

<style>
 a { background-color: #6BC6D1; }

 a { background-color: rgb(107,198,209); }

 div.DivClassName
 {
   background-color: #6BC6D1;
 }
 .BgClassName
 {
   background-color: #6BC6D1;
 }
</style>
border-color css

<style>
 span { border-color: #6BC6D1; }

 span { border-color: rgb(107,198,209); }

 td.TdClassName
 {
   border-color: #6BC6D1;
 }
 .TagClassName
 {
   border-color: #6BC6D1;
 }
</style>