Html Css Color HEX #6BCABE Downy

📋 copy color: '#6BCABE'

red 107 ◦ green 202 ◦ blue 190

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

Shades of Downy #6BCABE

Tints of Downy #6BCABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 21.44%
G = 40.48%
B = 38.08%

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

#6BCABE (or 0x6BCABE) is known color: Downy. HEX triplet: 6B, CA and BE. RGB value is (107,202,190). Sum of RGB (Red+Green+Blue) = 107+202+190=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCABE is #943541. Grayscale: #ACACAC. Windows color (decimal): -9712962 or 12503659. OLE color: 12503659.

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

Color convert

RGB 107 202 190 -
CMYK 0.47 0 0.06 0.21
HSL 172.42º 0.47% 0.61% -
HSV(B) 172.42º 0.47% 0.79% -
XYZ 36.48 49.08 56.27 -
YUV 172.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 107 202 190 0.47 0 0.06 0.21 172.42 0.47 0.61
Hex 6B CA BE 2F 0 6 15 AC 2F 3D
Octal 153 312 276 57 0 6 25 254 57 75
Binary 1101011 11001010 10111110 101111 0 110 10101 10101100 101111 111101

Color Harmonies of #6BCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCABE

Black with #6BCABE

Text Example


Text Example

White with #6BCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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