Html Css Color HEX #6BDAC2 Downy

📋 copy color: '#6BDAC2'

red 107 ◦ green 218 ◦ blue 194

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

Shades of Downy #6BDAC2

Tints of Downy #6BDAC2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 20.62%
G = 42%
B = 37.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#6BDAC2 (or 0x6BDAC2) is known color: Downy. HEX triplet: 6B, DA and C2. RGB value is (107,218,194). Sum of RGB (Red+Green+Blue) = 107+218+194=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDAC2 is #94253D. Grayscale: #B6B6B6. Windows color (decimal): -9708862 or 12769899. OLE color: 12769899.

HSL color Cylindrical-coordinate representation of color #6BDAC2: hue angle of 167.03º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDAC2 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 194 -
CMYK 0.51 0 0.11 0.15
HSL 167.03º 0.6% 0.64% -
HSV(B) 167.03º 0.51% 0.85% -
XYZ 40.87 57.16 59.92 -
YUV 182.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 107 218 194 0.51 0 0.11 0.15 167.03 0.6 0.64
Hex 6B DA C2 33 0 B F A7 3C 40
Octal 153 332 302 63 0 13 17 247 74 100
Binary 1101011 11011010 11000010 110011 0 1011 1111 10100111 111100 1000000

Color Harmonies of #6BDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAC2

Black with #6BDAC2

Text Example


Text Example

White with #6BDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,194); }

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

background-color css

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

 a { background-color: rgb(107,218,194); }

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

border-color css

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

 span { border-color: rgb(107,218,194); }

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