Html Css Color HEX #6FCECC Downy

📋 copy color: '#6FCECC'

red 111 ◦ green 206 ◦ blue 204

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

Shades of Downy #6FCECC

Tints of Downy #6FCECC

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6FCECC (or 0x6FCECC) is known color: Downy. HEX triplet: 6F, CE and CC. RGB value is (111,206,204). Sum of RGB (Red+Green+Blue) = 111+206+204=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCECC is #903133. Grayscale: #B1B1B1. Windows color (decimal): -9449780 or 13422191. OLE color: 13422191.

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

Color convert

RGB 111 206 204 -
CMYK 0.46 0 0.01 0.19
HSL 178.74º 0.49% 0.62% -
HSV(B) 178.74º 0.46% 0.81% -
XYZ 39.53 51.88 65.06 -
YUV 177.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 111 206 204 0.46 0 0.01 0.19 178.74 0.49 0.62
Hex 6F CE CC 2E 0 1 13 B3 31 3E
Octal 157 316 314 56 0 1 23 263 61 76
Binary 1101111 11001110 11001100 101110 0 1 10011 10110011 110001 111110

Color Harmonies of #6FCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCECC

Black with #6FCECC

Text Example


Text Example

White with #6FCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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