Html Css Color HEX #6BDEC4 Downy

📋 copy color: '#6BDEC4'

red 107 ◦ green 222 ◦ blue 196

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

Shades of Downy #6BDEC4

Tints of Downy #6BDEC4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 20.38%
G = 42.29%
B = 37.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6BDEC4 (or 0x6BDEC4) is known color: Downy. HEX triplet: 6B, DE and C4. RGB value is (107,222,196). Sum of RGB (Red+Green+Blue) = 107+222+196=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEC4 is #94213B. Grayscale: #B8B8B8. Windows color (decimal): -9707836 or 12901995. OLE color: 12901995.

HSL color Cylindrical-coordinate representation of color #6BDEC4: hue angle of 166.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEC4 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 222 196 -
CMYK 0.52 0 0.12 0.13
HSL 166.43º 0.64% 0.65% -
HSV(B) 166.43º 0.52% 0.87% -
XYZ 42.15 59.35 61.46 -
YUV 184.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 107 222 196 0.52 0 0.12 0.13 166.43 0.64 0.65
Hex 6B DE C4 34 0 C D A6 40 41
Octal 153 336 304 64 0 14 15 246 100 101
Binary 1101011 11011110 11000100 110100 0 1100 1101 10100110 1000000 1000001

Color Harmonies of #6BDEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEC4

Black with #6BDEC4

Text Example


Text Example

White with #6BDEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,222,196); }

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

background-color css

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

 a { background-color: rgb(107,222,196); }

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

border-color css

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

 span { border-color: rgb(107,222,196); }

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