Html Css Color HEX #6CC7CE Spray

📋 copy color: '#6CC7CE'

red 108 ◦ green 199 ◦ blue 206

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

Shades of Spray #6CC7CE

Tints of Spray #6CC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

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

R = 21.05%
G = 38.79%
B = 40.16%

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

#6CC7CE (or 0x6CC7CE) is known color: Spray. HEX triplet: 6C, C7 and CE. RGB value is (108,199,206). Sum of RGB (Red+Green+Blue) = 108+199+206=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC7CE is #933831. Grayscale: #ACACAC. Windows color (decimal): -9648178 or 13551468. OLE color: 13551468.

HSL color Cylindrical-coordinate representation of color #6CC7CE: hue angle of 184.29º 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 #6CC7CE is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 199 206 -
CMYK 0.48 0.03 0 0.19
HSL 184.29º 0.5% 0.62% -
HSV(B) 184.29º 0.48% 0.81% -
XYZ 37.75 48.49 65.76 -
YUV 172.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 108 199 206 0.48 0.03 0 0.19 184.29 0.5 0.62
Hex 6C C7 CE 30 3 0 13 B8 32 3E
Octal 154 307 316 60 3 0 23 270 62 76
Binary 1101100 11000111 11001110 110000 11 0 10011 10111000 110010 111110

Color Harmonies of #6CC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC7CE

Black with #6CC7CE

Text Example


Text Example

White with #6CC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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