Html Css Color HEX #6BDBBE Downy

📋 copy color: '#6BDBBE'

red 107 ◦ green 219 ◦ blue 190

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

Shades of Downy #6BDBBE

Tints of Downy #6BDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.44%

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

R = 20.74%
G = 42.44%
B = 36.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#6BDBBE (or 0x6BDBBE) is known color: Downy. HEX triplet: 6B, DB and BE. RGB value is (107,219,190). Sum of RGB (Red+Green+Blue) = 107+219+190=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBBE is #942441. Grayscale: #B6B6B6. Windows color (decimal): -9708610 or 12508011. OLE color: 12508011.

HSL color Cylindrical-coordinate representation of color #6BDBBE: hue angle of 164.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBBE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 190 -
CMYK 0.51 0 0.13 0.14
HSL 164.46º 0.61% 0.64% -
HSV(B) 164.46º 0.51% 0.86% -
XYZ 40.69 57.51 57.67 -
YUV 182.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 107 219 190 0.51 0 0.13 0.14 164.46 0.61 0.64
Hex 6B DB BE 33 0 D E A4 3D 40
Octal 153 333 276 63 0 15 16 244 75 100
Binary 1101011 11011011 10111110 110011 0 1101 1110 10100100 111101 1000000

Color Harmonies of #6BDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBBE

Black with #6BDBBE

Text Example


Text Example

White with #6BDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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