#6CC7DB

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

Shades of Spray #6CC7DB

Tints of Spray #6CC7DB

Color information

#6CC7DB (or 0x6CC7DB) is unknown color: approx Spray. HEX triplet: 6C, C7 and DB. RGB value is (108,199,219). Sum of RGB (Red+Green+Blue) = 108+199+219=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CC7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC7DB is #933824. Grayscale: #ADADAD. Windows color (decimal): -9648165 or 14403436. OLE color: 14403436.

HSL color Cylindrical-coordinate representation of color #6CC7DB: hue angle of 190.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC7DB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108199219-
CMYK0.510.0900.14
HSL190.81º60.66%64.12%-
HSV(B)190.81º50.68%85.88%-
XYZ39.3949.1574.43-
YUV174.07153.3580.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.53%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=20.53%
G=37.83%
B=41.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081992190.510.0900.14190.8160.6664.12
Hex6CC7DB3390Ebf3d40
Octal154307333631101627775100
Binary11011001100011111011011110011100101110101111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,199,219); }

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

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

 a { background-color: rgb(108,199,219); }

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

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

 span { border-color: rgb(108,199,219); }

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