Html Css Color HEX #6FD8CF Downy

📋 copy color: '#6FD8CF'

red 111 ◦ green 216 ◦ blue 207

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

Shades of Downy #6FD8CF

Tints of Downy #6FD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

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

R = 20.79%
G = 40.45%
B = 38.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#6FD8CF (or 0x6FD8CF) is known color: Downy. HEX triplet: 6F, D8 and CF. RGB value is (111,216,207). Sum of RGB (Red+Green+Blue) = 111+216+207=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8CF is #902730. Grayscale: #B7B7B7. Windows color (decimal): -9447217 or 13621359. OLE color: 13621359.

HSL color Cylindrical-coordinate representation of color #6FD8CF: hue angle of 174.86º degrees, saturation: 0.57, 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 #6FD8CF is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 216 207 -
CMYK 0.49 0 0.04 0.15
HSL 174.86º 0.57% 0.64% -
HSV(B) 174.86º 0.49% 0.85% -
XYZ 42.37 57 67.8 -
YUV 183.58 141.21 76.23 -
System Red Green Blue C M Y K H S L
Decimal 111 216 207 0.49 0 0.04 0.15 174.86 0.57 0.64
Hex 6F D8 CF 31 0 4 F AF 39 40
Octal 157 330 317 61 0 4 17 257 71 100
Binary 1101111 11011000 11001111 110001 0 100 1111 10101111 111001 1000000

Color Harmonies of #6FD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD8CF

Black with #6FD8CF

Text Example


Text Example

White with #6FD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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