Html Css Color HEX #6FD5CB Downy

📋 copy color: '#6FD5CB'

red 111 ◦ green 213 ◦ blue 203

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

Shades of Downy #6FD5CB

Tints of Downy #6FD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

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

R = 21.06%
G = 40.42%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#6FD5CB (or 0x6FD5CB) is known color: Downy. HEX triplet: 6F, D5 and CB. RGB value is (111,213,203). Sum of RGB (Red+Green+Blue) = 111+213+203=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5CB is #902A34. Grayscale: #B5B5B5. Windows color (decimal): -9447989 or 13358447. OLE color: 13358447.

HSL color Cylindrical-coordinate representation of color #6FD5CB: hue angle of 174.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5CB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 213 203 -
CMYK 0.48 0 0.05 0.16
HSL 174.12º 0.55% 0.64% -
HSV(B) 174.12º 0.48% 0.84% -
XYZ 41.13 55.28 65 -
YUV 181.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 111 213 203 0.48 0 0.05 0.16 174.12 0.55 0.64
Hex 6F D5 CB 30 0 5 10 AE 37 40
Octal 157 325 313 60 0 5 20 256 67 100
Binary 1101111 11010101 11001011 110000 0 101 10000 10101110 110111 1000000

Color Harmonies of #6FD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD5CB

Black with #6FD5CB

Text Example


Text Example

White with #6FD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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