Html Css Color HEX #6BCAB9 Downy

📋 copy color: '#6BCAB9'

red 107 ◦ green 202 ◦ blue 185

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

Shades of Downy #6BCAB9

Tints of Downy #6BCAB9

RGB

 RED value IS 107 (42.19% from 255) = 21.66%

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 21.66%
G = 40.89%
B = 37.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#6BCAB9 (or 0x6BCAB9) is known color: Downy. HEX triplet: 6B, CA and B9. RGB value is (107,202,185). Sum of RGB (Red+Green+Blue) = 107+202+185=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAB9 is #943546. Grayscale: #ABABAB. Windows color (decimal): -9712967 or 12175979. OLE color: 12175979.

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

Color convert

RGB 107 202 185 -
CMYK 0.47 0 0.08 0.21
HSL 169.26º 0.47% 0.61% -
HSV(B) 169.26º 0.47% 0.79% -
XYZ 35.94 48.87 53.44 -
YUV 171.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 107 202 185 0.47 0 0.08 0.21 169.26 0.47 0.61
Hex 6B CA B9 2F 0 8 15 A9 2F 3D
Octal 153 312 271 57 0 10 25 251 57 75
Binary 1101011 11001010 10111001 101111 0 1000 10101 10101001 101111 111101

Color Harmonies of #6BCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAB9

Black with #6BCAB9

Text Example


Text Example

White with #6BCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,185); }

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

background-color css

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

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

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

border-color css

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

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

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