Html Css Color HEX #6FD0CF Downy

📋 copy color: '#6FD0CF'

red 111 ◦ green 208 ◦ blue 207

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

Shades of Downy #6FD0CF

Tints of Downy #6FD0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 21.1%
G = 39.54%
B = 39.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#6FD0CF (or 0x6FD0CF) is known color: Downy. HEX triplet: 6F, D0 and CF. RGB value is (111,208,207). Sum of RGB (Red+Green+Blue) = 111+208+207=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD0CF is #902F30. Grayscale: #B2B2B2. Windows color (decimal): -9449265 or 13619311. OLE color: 13619311.

HSL color Cylindrical-coordinate representation of color #6FD0CF: hue angle of 179.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD0CF is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 208 207 -
CMYK 0.47 0 0.00 0.18
HSL 179.38º 0.51% 0.63% -
HSV(B) 179.38º 0.47% 0.82% -
XYZ 40.37 53 67.13 -
YUV 178.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 111 208 207 0.47 0 0.00 0.18 179.38 0.51 0.63
Hex 6F D0 CF 2F 0 0 12 B3 33 3F
Octal 157 320 317 57 0 0 22 263 63 77
Binary 1101111 11010000 11001111 101111 0 0 10010 10110011 110011 111111

Color Harmonies of #6FD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD0CF

Black with #6FD0CF

Text Example


Text Example

White with #6FD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,208,207); }

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

background-color css

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

 a { background-color: rgb(111,208,207); }

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

border-color css

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

 span { border-color: rgb(111,208,207); }

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