Html Css Color HEX #6FCDCC Downy

📋 copy color: '#6FCDCC'

red 111 ◦ green 205 ◦ blue 204

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

Shades of Downy #6FCDCC

Tints of Downy #6FCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 21.35%
G = 39.42%
B = 39.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#6FCDCC (or 0x6FCDCC) is known color: Downy. HEX triplet: 6F, CD and CC. RGB value is (111,205,204). Sum of RGB (Red+Green+Blue) = 111+205+204=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCC is #903233. Grayscale: #B0B0B0. Windows color (decimal): -9450036 or 13421935. OLE color: 13421935.

HSL color Cylindrical-coordinate representation of color #6FCDCC: hue angle of 179.36º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDCC is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 204 -
CMYK 0.46 0 0.00 0.20
HSL 179.36º 0.48% 0.62% -
HSV(B) 179.36º 0.46% 0.8% -
XYZ 39.29 51.4 64.98 -
YUV 176.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 111 205 204 0.46 0 0.00 0.20 179.36 0.48 0.62
Hex 6F CD CC 2E 0 0 14 B3 30 3E
Octal 157 315 314 56 0 0 24 263 60 76
Binary 1101111 11001101 11001100 101110 0 0 10100 10110011 110000 111110

Color Harmonies of #6FCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDCC

Black with #6FCDCC

Text Example


Text Example

White with #6FCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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