Html Css Color HEX #6FCCCD Downy

📋 copy color: '#6FCCCD'

red 111 ◦ green 204 ◦ blue 205

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

Shades of Downy #6FCCCD

Tints of Downy #6FCCCD

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 111 204 205 -
CMYK 0.46 0.00 0 0.20
HSL 180.64º 0.48% 0.62% -
HSV(B) 180.64º 0.46% 0.8% -
XYZ 39.17 50.97 65.53 -
YUV 176.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 111 204 205 0.46 0.00 0 0.20 180.64 0.48 0.62
Hex 6F CC CD 2E 0 0 14 B5 30 3E
Octal 157 314 315 56 0 0 24 265 60 76
Binary 1101111 11001100 11001101 101110 0 0 10100 10110101 110000 111110

Color Harmonies of #6FCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCCD

Black with #6FCCCD

Text Example


Text Example

White with #6FCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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