Html Css Color HEX #6FD9CB Downy

📋 copy color: '#6FD9CB'

red 111 ◦ green 217 ◦ blue 203

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

Shades of Downy #6FD9CB

Tints of Downy #6FD9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.87%

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

R = 20.9%
G = 40.87%
B = 38.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#6FD9CB (or 0x6FD9CB) is known color: Downy. HEX triplet: 6F, D9 and CB. RGB value is (111,217,203). Sum of RGB (Red+Green+Blue) = 111+217+203=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9CB is #902634. Grayscale: #B7B7B7. Windows color (decimal): -9446965 or 13359471. OLE color: 13359471.

HSL color Cylindrical-coordinate representation of color #6FD9CB: hue angle of 172.08º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9CB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 217 203 -
CMYK 0.49 0 0.06 0.15
HSL 172.08º 0.58% 0.64% -
HSV(B) 172.08º 0.49% 0.85% -
XYZ 42.15 57.32 65.34 -
YUV 183.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 111 217 203 0.49 0 0.06 0.15 172.08 0.58 0.64
Hex 6F D9 CB 31 0 6 F AC 3A 40
Octal 157 331 313 61 0 6 17 254 72 100
Binary 1101111 11011001 11001011 110001 0 110 1111 10101100 111010 1000000

Color Harmonies of #6FD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD9CB

Black with #6FD9CB

Text Example


Text Example

White with #6FD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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