Html Css Color HEX #6FCFC8 Downy

📋 copy color: '#6FCFC8'

red 111 ◦ green 207 ◦ blue 200

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

Shades of Downy #6FCFC8

Tints of Downy #6FCFC8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 21.43%
G = 39.96%
B = 38.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#6FCFC8 (or 0x6FCFC8) is known color: Downy. HEX triplet: 6F, CF and C8. RGB value is (111,207,200). Sum of RGB (Red+Green+Blue) = 111+207+200=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFC8 is #903037. Grayscale: #B1B1B1. Windows color (decimal): -9449528 or 13160303. OLE color: 13160303.

HSL color Cylindrical-coordinate representation of color #6FCFC8: hue angle of 175.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFC8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 200 -
CMYK 0.46 0 0.03 0.19
HSL 175.63º 0.5% 0.62% -
HSV(B) 175.63º 0.46% 0.81% -
XYZ 39.29 52.18 62.64 -
YUV 177.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 111 207 200 0.46 0 0.03 0.19 175.63 0.5 0.62
Hex 6F CF C8 2E 0 3 13 B0 32 3E
Octal 157 317 310 56 0 3 23 260 62 76
Binary 1101111 11001111 11001000 101110 0 11 10011 10110000 110010 111110

Color Harmonies of #6FCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFC8

Black with #6FCFC8

Text Example


Text Example

White with #6FCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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