Html Css Color HEX #6BCABB Downy

📋 copy color: '#6BCABB'

red 107 ◦ green 202 ◦ blue 187

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

Shades of Downy #6BCABB

Tints of Downy #6BCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 21.57%
G = 40.73%
B = 37.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#6BCABB (or 0x6BCABB) is known color: Downy. HEX triplet: 6B, CA and BB. RGB value is (107,202,187). Sum of RGB (Red+Green+Blue) = 107+202+187=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCABB is #943544. Grayscale: #ABABAB. Windows color (decimal): -9712965 or 12307051. OLE color: 12307051.

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

Color convert

RGB 107 202 187 -
CMYK 0.47 0 0.07 0.21
HSL 170.53º 0.47% 0.61% -
HSV(B) 170.53º 0.47% 0.79% -
XYZ 36.15 48.95 54.56 -
YUV 171.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 107 202 187 0.47 0 0.07 0.21 170.53 0.47 0.61
Hex 6B CA BB 2F 0 7 15 AB 2F 3D
Octal 153 312 273 57 0 7 25 253 57 75
Binary 1101011 11001010 10111011 101111 0 111 10101 10101011 101111 111101

Color Harmonies of #6BCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCABB

Black with #6BCABB

Text Example


Text Example

White with #6BCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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