Html Css Color HEX #6FCEDC Spray

📋 copy color: '#6FCEDC'

red 111 ◦ green 206 ◦ blue 220

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

Shades of Spray #6FCEDC

Tints of Spray #6FCEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 20.67%
G = 38.36%
B = 40.97%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FCEDC (or 0x6FCEDC) is known color: Spray. HEX triplet: 6F, CE and DC. RGB value is (111,206,220). Sum of RGB (Red+Green+Blue) = 111+206+220=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDC is #903123. Grayscale: #B3B3B3. Windows color (decimal): -9449764 or 14470767. OLE color: 14470767.

HSL color Cylindrical-coordinate representation of color #6FCEDC: hue angle of 187.71º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCEDC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 206 220 -
CMYK 0.50 0.06 0 0.14
HSL 187.71º 0.61% 0.65% -
HSV(B) 187.71º 0.5% 0.86% -
XYZ 41.55 52.69 75.69 -
YUV 179.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 111 206 220 0.50 0.06 0 0.14 187.71 0.61 0.65
Hex 6F CE DC 32 6 0 E BC 3D 41
Octal 157 316 334 62 6 0 16 274 75 101
Binary 1101111 11001110 11011100 110010 110 0 1110 10111100 111101 1000001

Color Harmonies of #6FCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEDC

Black with #6FCEDC

Text Example


Text Example

White with #6FCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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