Html Css Color HEX #6CC8CE Spray

📋 copy color: '#6CC8CE'

red 108 ◦ green 200 ◦ blue 206

#6CC8CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6CC8CE

Tints of Spray #6CC8CE

RGB

 RED value IS 108 (42.58% from 255) = 21.01%

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 21.01%
G = 38.91%
B = 40.08%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CC8CE (or 0x6CC8CE) is known color: Spray. HEX triplet: 6C, C8 and CE. RGB value is (108,200,206). Sum of RGB (Red+Green+Blue) = 108+200+206=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8CE is #933731. Grayscale: #ADADAD. Windows color (decimal): -9647922 or 13551724. OLE color: 13551724.

HSL color Cylindrical-coordinate representation of color #6CC8CE: hue angle of 183.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC8CE is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 200 206 -
CMYK 0.48 0.03 0 0.19
HSL 183.67º 0.5% 0.62% -
HSV(B) 183.67º 0.48% 0.81% -
XYZ 37.98 48.95 65.84 -
YUV 173.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 108 200 206 0.48 0.03 0 0.19 183.67 0.5 0.62
Hex 6C C8 CE 30 3 0 13 B8 32 3E
Octal 154 310 316 60 3 0 23 270 62 76
Binary 1101100 11001000 11001110 110000 11 0 10011 10111000 110010 111110

Color Harmonies of #6CC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC8CE

Black with #6CC8CE

Text Example


Text Example

White with #6CC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,200,206); }

 H1.HeaderClassName
 {
   color: #6CC8CE;
 }
 .AnyTagClassName
 {
   color: #6CC8CE;
 }
</style>

background-color css

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

 a { background-color: rgb(108,200,206); }

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

border-color css

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

 span { border-color: rgb(108,200,206); }

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