Html Css Color HEX #6FE7CF Downy

📋 copy color: '#6FE7CF'

red 111 ◦ green 231 ◦ blue 207

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

Shades of Downy #6FE7CF

Tints of Downy #6FE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.08%

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

R = 20.22%
G = 42.08%
B = 37.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#6FE7CF (or 0x6FE7CF) is known color: Downy. HEX triplet: 6F, E7 and CF. RGB value is (111,231,207). Sum of RGB (Red+Green+Blue) = 111+231+207=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7CF is #901830. Grayscale: #C0C0C0. Windows color (decimal): -9443377 or 13625199. OLE color: 13625199.

HSL color Cylindrical-coordinate representation of color #6FE7CF: hue angle of 168º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE7CF is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 231 207 -
CMYK 0.52 0 0.10 0.09
HSL 168º 0.71% 0.67% -
HSV(B) 168º 0.52% 0.91% -
XYZ 46.39 65.04 69.14 -
YUV 192.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 111 231 207 0.52 0 0.10 0.09 168 0.71 0.67
Hex 6F E7 CF 34 0 A 9 A8 47 43
Octal 157 347 317 64 0 12 11 250 107 103
Binary 1101111 11100111 11001111 110100 0 1010 1001 10101000 1000111 1000011

Color Harmonies of #6FE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE7CF

Black with #6FE7CF

Text Example


Text Example

White with #6FE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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