Html Css Color HEX #6FCACA Downy

📋 copy color: '#6FCACA'

red 111 ◦ green 202 ◦ blue 202

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

Shades of Downy #6FCACA

Tints of Downy #6FCACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.22%

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

R = 21.55%
G = 39.22%
B = 39.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6FCACA (or 0x6FCACA) is known color: Downy. HEX triplet: 6F, CA and CA. RGB value is (111,202,202). Sum of RGB (Red+Green+Blue) = 111+202+202=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #6FCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCACA is #903535. Grayscale: #AEAEAE. Windows color (decimal): -9450806 or 13290095. OLE color: 13290095.

HSL color Cylindrical-coordinate representation of color #6FCACA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCACA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 202 -
CMYK 0.45 0 0 0.21
HSL 180º 0.46% 0.61% -
HSV(B) 180º 0.45% 0.79% -
XYZ 38.34 49.88 63.49 -
YUV 174.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 111 202 202 0.45 0 0 0.21 180 0.46 0.61
Hex 6F CA CA 2D 0 0 15 B4 2E 3D
Octal 157 312 312 55 0 0 25 264 56 75
Binary 1101111 11001010 11001010 101101 0 0 10101 10110100 101110 111101

Color Harmonies of #6FCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCACA

Black with #6FCACA

Text Example


Text Example

White with #6FCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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