Html Css Color HEX #6FCFCA Downy

📋 copy color: '#6FCFCA'

red 111 ◦ green 207 ◦ blue 202

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

Shades of Downy #6FCFCA

Tints of Downy #6FCFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 21.35%
G = 39.81%
B = 38.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#6FCFCA (or 0x6FCFCA) is known color: Downy. HEX triplet: 6F, CF and CA. RGB value is (111,207,202). Sum of RGB (Red+Green+Blue) = 111+207+202=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCA is #903035. Grayscale: #B1B1B1. Windows color (decimal): -9449526 or 13291375. OLE color: 13291375.

HSL color Cylindrical-coordinate representation of color #6FCFCA: hue angle of 176.88º 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 #6FCFCA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 202 -
CMYK 0.46 0 0.02 0.19
HSL 176.88º 0.5% 0.62% -
HSV(B) 176.88º 0.46% 0.81% -
XYZ 39.53 52.27 63.88 -
YUV 177.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 111 207 202 0.46 0 0.02 0.19 176.88 0.5 0.62
Hex 6F CF CA 2E 0 2 13 B1 32 3E
Octal 157 317 312 56 0 2 23 261 62 76
Binary 1101111 11001111 11001010 101110 0 10 10011 10110001 110010 111110

Color Harmonies of #6FCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFCA

Black with #6FCFCA

Text Example


Text Example

White with #6FCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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