Html Css Color HEX #6CCCCF Spray

📋 copy color: '#6CCCCF'

red 108 ◦ green 204 ◦ blue 207

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

Shades of Spray #6CCCCF

Tints of Spray #6CCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.31%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 20.81%
G = 39.31%
B = 39.88%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CCCCF (or 0x6CCCCF) is known color: Spray. HEX triplet: 6C, CC and CF. RGB value is (108,204,207). Sum of RGB (Red+Green+Blue) = 108+204+207=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCCF is #933330. Grayscale: #AFAFAF. Windows color (decimal): -9646897 or 13618284. OLE color: 13618284.

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

Color convert

RGB 108 204 207 -
CMYK 0.48 0.01 0 0.19
HSL 181.82º 0.51% 0.62% -
HSV(B) 181.82º 0.48% 0.81% -
XYZ 39.04 50.88 66.79 -
YUV 175.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 108 204 207 0.48 0.01 0 0.19 181.82 0.51 0.62
Hex 6C CC CF 30 1 0 13 B6 33 3E
Octal 154 314 317 60 1 0 23 266 63 76
Binary 1101100 11001100 11001111 110000 1 0 10011 10110110 110011 111110

Color Harmonies of #6CCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCCF

Black with #6CCCCF

Text Example


Text Example

White with #6CCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,207); }

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

background-color css

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

 a { background-color: rgb(108,204,207); }

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

border-color css

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

 span { border-color: rgb(108,204,207); }

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