Html Css Color HEX #6FD3CB Downy

📋 copy color: '#6FD3CB'

red 111 ◦ green 211 ◦ blue 203

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

Shades of Downy #6FD3CB

Tints of Downy #6FD3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

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

R = 21.14%
G = 40.19%
B = 38.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#6FD3CB (or 0x6FD3CB) is known color: Downy. HEX triplet: 6F, D3 and CB. RGB value is (111,211,203). Sum of RGB (Red+Green+Blue) = 111+211+203=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD3CB is #902C34. Grayscale: #B4B4B4. Windows color (decimal): -9448501 or 13357935. OLE color: 13357935.

HSL color Cylindrical-coordinate representation of color #6FD3CB: hue angle of 175.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD3CB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 111 211 203 -
CMYK 0.47 0 0.04 0.17
HSL 175.2º 0.53% 0.63% -
HSV(B) 175.2º 0.47% 0.83% -
XYZ 40.63 54.28 64.84 -
YUV 180.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 111 211 203 0.47 0 0.04 0.17 175.2 0.53 0.63
Hex 6F D3 CB 2F 0 4 11 AF 35 3F
Octal 157 323 313 57 0 4 21 257 65 77
Binary 1101111 11010011 11001011 101111 0 100 10001 10101111 110101 111111

Color Harmonies of #6FD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD3CB

Black with #6FD3CB

Text Example


Text Example

White with #6FD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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