Html Css Color HEX #6BCAB8 Downy

📋 copy color: '#6BCAB8'

red 107 ◦ green 202 ◦ blue 184

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

Shades of Downy #6BCAB8

Tints of Downy #6BCAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 21.7%
G = 40.97%
B = 37.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#6BCAB8 (or 0x6BCAB8) is known color: Downy. HEX triplet: 6B, CA and B8. RGB value is (107,202,184). Sum of RGB (Red+Green+Blue) = 107+202+184=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCAB8 is #943547. Grayscale: #ABABAB. Windows color (decimal): -9712968 or 12110443. OLE color: 12110443.

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

Color convert

RGB 107 202 184 -
CMYK 0.47 0 0.09 0.21
HSL 168.63º 0.47% 0.61% -
HSV(B) 168.63º 0.47% 0.79% -
XYZ 35.84 48.83 52.88 -
YUV 171.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 107 202 184 0.47 0 0.09 0.21 168.63 0.47 0.61
Hex 6B CA B8 2F 0 9 15 A9 2F 3D
Octal 153 312 270 57 0 11 25 251 57 75
Binary 1101011 11001010 10111000 101111 0 1001 10101 10101001 101111 111101

Color Harmonies of #6BCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAB8

Black with #6BCAB8

Text Example


Text Example

White with #6BCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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