Html Css Color HEX #6BCABF Downy

📋 copy color: '#6BCABF'

red 107 ◦ green 202 ◦ blue 191

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

Shades of Downy #6BCABF

Tints of Downy #6BCABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.2%

R = 21.4%
G = 40.4%
B = 38.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#6BCABF (or 0x6BCABF) is known color: Downy. HEX triplet: 6B, CA and BF. RGB value is (107,202,191). Sum of RGB (Red+Green+Blue) = 107+202+191=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCABF is #943540. Grayscale: #ACACAC. Windows color (decimal): -9712961 or 12569195. OLE color: 12569195.

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

Color convert

RGB 107 202 191 -
CMYK 0.47 0 0.05 0.21
HSL 173.05º 0.47% 0.61% -
HSV(B) 173.05º 0.47% 0.79% -
XYZ 36.59 49.13 56.84 -
YUV 172.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 107 202 191 0.47 0 0.05 0.21 173.05 0.47 0.61
Hex 6B CA BF 2F 0 5 15 AD 2F 3D
Octal 153 312 277 57 0 5 25 255 57 75
Binary 1101011 11001010 10111111 101111 0 101 10101 10101101 101111 111101

Color Harmonies of #6BCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCABF

Black with #6BCABF

Text Example


Text Example

White with #6BCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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