#6BC8D0

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

Shades of Spray #6BC8D0

Tints of Spray #6BC8D0

Color information

#6BC8D0 (or 0x6BC8D0) is unknown color: approx Spray. HEX triplet: 6B, C8 and D0. RGB value is (107,200,208). Sum of RGB (Red+Green+Blue) = 107+200+208=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BC8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC8D0 is #94372F. Grayscale: #ACACAC. Windows color (decimal): -9713456 or 13682795. OLE color: 13682795.

HSL color Cylindrical-coordinate representation of color #6BC8D0: hue angle of 184.75º degrees, saturation: 0.52, 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 #6BC8D0 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107200208-
CMYK0.490.0400.18
HSL184.75º51.79%61.76%-
HSV(B)184.75º48.56%81.57%-
XYZ38.148.9967.12-
YUV173.1147.6980.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=20.78%
G=38.83%
B=40.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072002080.490.0400.18184.7551.7961.76
Hex6BC8D0314012b9343e
Octal1533103206140222716476
Binary1101011110010001101000011000110001001010111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,200,208); }

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

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

 a { background-color: rgb(107,200,208); }

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

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

 span { border-color: rgb(107,200,208); }

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