Html Css Color HEX #6BCDB4 Downy

📋 copy color: '#6BCDB4'

red 107 ◦ green 205 ◦ blue 180

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

Shades of Downy #6BCDB4

Tints of Downy #6BCDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 180 (70.7% from 255) = 36.59%

R = 21.75%
G = 41.67%
B = 36.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#6BCDB4 (or 0x6BCDB4) is known color: Downy. HEX triplet: 6B, CD and B4. RGB value is (107,205,180). Sum of RGB (Red+Green+Blue) = 107+205+180=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDB4 is #94324B. Grayscale: #ACACAC. Windows color (decimal): -9712204 or 11849067. OLE color: 11849067.

HSL color Cylindrical-coordinate representation of color #6BCDB4: hue angle of 164.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDB4 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 205 180 -
CMYK 0.48 0 0.12 0.20
HSL 164.69º 0.49% 0.61% -
HSV(B) 164.69º 0.48% 0.8% -
XYZ 36.13 50.08 50.94 -
YUV 172.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 107 205 180 0.48 0 0.12 0.20 164.69 0.49 0.61
Hex 6B CD B4 30 0 C 14 A5 31 3D
Octal 153 315 264 60 0 14 24 245 61 75
Binary 1101011 11001101 10110100 110000 0 1100 10100 10100101 110001 111101

Color Harmonies of #6BCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDB4

Black with #6BCDB4

Text Example


Text Example

White with #6BCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,205,180); }

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

background-color css

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

 a { background-color: rgb(107,205,180); }

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

border-color css

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

 span { border-color: rgb(107,205,180); }

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