Html Css Color HEX #6FCEDE Spray

📋 copy color: '#6FCEDE'

red 111 ◦ green 206 ◦ blue 222

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

Shades of Spray #6FCEDE

Tints of Spray #6FCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 20.59%
G = 38.22%
B = 41.19%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FCEDE (or 0x6FCEDE) is known color: Spray. HEX triplet: 6F, CE and DE. RGB value is (111,206,222). Sum of RGB (Red+Green+Blue) = 111+206+222=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FCEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDE is #903121. Grayscale: #B3B3B3. Windows color (decimal): -9449762 or 14601839. OLE color: 14601839.

HSL color Cylindrical-coordinate representation of color #6FCEDE: hue angle of 188.65º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCEDE is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 206 222 -
CMYK 0.5 0.07 0 0.13
HSL 188.65º 0.63% 0.65% -
HSV(B) 188.65º 0.5% 0.87% -
XYZ 41.81 52.8 77.09 -
YUV 179.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 111 206 222 0.5 0.07 0 0.13 188.65 0.63 0.65
Hex 6F CE DE 32 7 0 D BD 3F 41
Octal 157 316 336 62 7 0 15 275 77 101
Binary 1101111 11001110 11011110 110010 111 0 1101 10111101 111111 1000001

Color Harmonies of #6FCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEDE

Black with #6FCEDE

Text Example


Text Example

White with #6FCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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