Html Css Color HEX #6BCABD Downy

📋 copy color: '#6BCABD'

red 107 ◦ green 202 ◦ blue 189

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

Shades of Downy #6BCABD

Tints of Downy #6BCABD

RGB

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

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

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

R = 21.49%
G = 40.56%
B = 37.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6BCABD (or 0x6BCABD) is known color: Downy. HEX triplet: 6B, CA and BD. RGB value is (107,202,189). Sum of RGB (Red+Green+Blue) = 107+202+189=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCABD is #943542. Grayscale: #ACACAC. Windows color (decimal): -9712963 or 12438123. OLE color: 12438123.

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

Color convert

RGB 107 202 189 -
CMYK 0.47 0 0.06 0.21
HSL 171.79º 0.47% 0.61% -
HSV(B) 171.79º 0.47% 0.79% -
XYZ 36.37 49.04 55.69 -
YUV 172.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 107 202 189 0.47 0 0.06 0.21 171.79 0.47 0.61
Hex 6B CA BD 2F 0 6 15 AC 2F 3D
Octal 153 312 275 57 0 6 25 254 57 75
Binary 1101011 11001010 10111101 101111 0 110 10101 10101100 101111 111101

Color Harmonies of #6BCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCABD

Black with #6BCABD

Text Example


Text Example

White with #6BCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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