Html Css Color HEX #6FC9CB Downy

📋 copy color: '#6FC9CB'

red 111 ◦ green 201 ◦ blue 203

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

Shades of Downy #6FC9CB

Tints of Downy #6FC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 21.55%
G = 39.03%
B = 39.42%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FC9CB (or 0x6FC9CB) is known color: Downy. HEX triplet: 6F, C9 and CB. RGB value is (111,201,203). Sum of RGB (Red+Green+Blue) = 111+201+203=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FC9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9CB is #903634. Grayscale: #AEAEAE. Windows color (decimal): -9451061 or 13355375. OLE color: 13355375.

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

Color convert

RGB 111 201 203 -
CMYK 0.45 0.01 0 0.20
HSL 181.3º 0.47% 0.62% -
HSV(B) 181.3º 0.45% 0.8% -
XYZ 38.22 49.46 64.03 -
YUV 174.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 111 201 203 0.45 0.01 0 0.20 181.3 0.47 0.62
Hex 6F C9 CB 2D 1 0 14 B5 2F 3E
Octal 157 311 313 55 1 0 24 265 57 76
Binary 1101111 11001001 11001011 101101 1 0 10100 10110101 101111 111110

Color Harmonies of #6FC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC9CB

Black with #6FC9CB

Text Example


Text Example

White with #6FC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,201,203); }

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

background-color css

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

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

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

border-color css

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

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

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