Html Css Color HEX #6FCABD Downy

📋 copy color: '#6FCABD'

red 111 ◦ green 202 ◦ blue 189

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

Shades of Downy #6FCABD

Tints of Downy #6FCABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 22.11%
G = 40.24%
B = 37.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6FCABD (or 0x6FCABD) is known color: Downy. HEX triplet: 6F, CA and BD. RGB value is (111,202,189). Sum of RGB (Red+Green+Blue) = 111+202+189=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCABD is #903542. Grayscale: #ADADAD. Windows color (decimal): -9450819 or 12438127. OLE color: 12438127.

HSL color Cylindrical-coordinate representation of color #6FCABD: hue angle of 171.43º 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 #6FCABD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 189 -
CMYK 0.45 0 0.06 0.21
HSL 171.43º 0.46% 0.61% -
HSV(B) 171.43º 0.45% 0.79% -
XYZ 36.86 49.29 55.72 -
YUV 173.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 111 202 189 0.45 0 0.06 0.21 171.43 0.46 0.61
Hex 6F CA BD 2D 0 6 15 AB 2E 3D
Octal 157 312 275 55 0 6 25 253 56 75
Binary 1101111 11001010 10111101 101101 0 110 10101 10101011 101110 111101

Color Harmonies of #6FCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCABD

Black with #6FCABD

Text Example


Text Example

White with #6FCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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