Html Css Color HEX #6FCCCE Spray

📋 copy color: '#6FCCCE'

red 111 ◦ green 204 ◦ blue 206

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

Shades of Spray #6FCCCE

Tints of Spray #6FCCCE

RGB

 RED value IS 111 (43.75% from 255) = 21.31%

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

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

R = 21.31%
G = 39.16%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FCCCE (or 0x6FCCCE) is known color: Spray. HEX triplet: 6F, CC and CE. RGB value is (111,204,206). Sum of RGB (Red+Green+Blue) = 111+204+206=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCCE is #903331. Grayscale: #B0B0B0. Windows color (decimal): -9450290 or 13552751. OLE color: 13552751.

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

Color convert

RGB 111 204 206 -
CMYK 0.46 0.01 0 0.19
HSL 181.26º 0.49% 0.62% -
HSV(B) 181.26º 0.46% 0.81% -
XYZ 39.29 51.02 66.17 -
YUV 176.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 111 204 206 0.46 0.01 0 0.19 181.26 0.49 0.62
Hex 6F CC CE 2E 1 0 13 B5 31 3E
Octal 157 314 316 56 1 0 23 265 61 76
Binary 1101111 11001100 11001110 101110 1 0 10011 10110101 110001 111110

Color Harmonies of #6FCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCCE

Black with #6FCCCE

Text Example


Text Example

White with #6FCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,204,206); }

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

background-color css

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

 a { background-color: rgb(111,204,206); }

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

border-color css

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

 span { border-color: rgb(111,204,206); }

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