Html Css Color HEX #6FCECA Downy

📋 copy color: '#6FCECA'

red 111 ◦ green 206 ◦ blue 202

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

Shades of Downy #6FCECA

Tints of Downy #6FCECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 21.39%
G = 39.69%
B = 38.92%

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

#6FCECA (or 0x6FCECA) is known color: Downy. HEX triplet: 6F, CE and CA. RGB value is (111,206,202). Sum of RGB (Red+Green+Blue) = 111+206+202=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCECA is #903135. Grayscale: #B1B1B1. Windows color (decimal): -9449782 or 13291119. OLE color: 13291119.

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

Color convert

RGB 111 206 202 -
CMYK 0.46 0 0.02 0.19
HSL 177.47º 0.49% 0.62% -
HSV(B) 177.47º 0.46% 0.81% -
XYZ 39.29 51.79 63.8 -
YUV 177.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 111 206 202 0.46 0 0.02 0.19 177.47 0.49 0.62
Hex 6F CE CA 2E 0 2 13 B1 31 3E
Octal 157 316 312 56 0 2 23 261 61 76
Binary 1101111 11001110 11001010 101110 0 10 10011 10110001 110001 111110

Color Harmonies of #6FCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCECA

Black with #6FCECA

Text Example


Text Example

White with #6FCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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