Html Css Color HEX #6FCCCC Downy

📋 copy color: '#6FCCCC'

red 111 ◦ green 204 ◦ blue 204

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

Shades of Downy #6FCCCC

Tints of Downy #6FCCCC

RGB

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

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

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

R = 21.39%
G = 39.31%
B = 39.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6FCCCC (or 0x6FCCCC) is known color: Downy. HEX triplet: 6F, CC and CC. RGB value is (111,204,204). Sum of RGB (Red+Green+Blue) = 111+204+204=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6FCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCCC is #903333. Grayscale: #B0B0B0. Windows color (decimal): -9450292 or 13421679. OLE color: 13421679.

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

Color convert

RGB 111 204 204 -
CMYK 0.46 0 0 0.2
HSL 180º 0.48% 0.62% -
HSV(B) 180º 0.46% 0.8% -
XYZ 39.05 50.92 64.9 -
YUV 176.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 111 204 204 0.46 0 0 0.2 180 0.48 0.62
Hex 6F CC CC 2E 0 0 14 B4 30 3E
Octal 157 314 314 56 0 0 24 264 60 76
Binary 1101111 11001100 11001100 101110 0 0 10100 10110100 110000 111110

Color Harmonies of #6FCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCCC

Black with #6FCCCC

Text Example


Text Example

White with #6FCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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