Html Css Color HEX #6BCDC0 Downy

📋 copy color: '#6BCDC0'

red 107 ◦ green 205 ◦ blue 192

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

Shades of Downy #6BCDC0

Tints of Downy #6BCDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 21.23%
G = 40.67%
B = 38.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6BCDC0 (or 0x6BCDC0) is known color: Downy. HEX triplet: 6B, CD and C0. RGB value is (107,205,192). Sum of RGB (Red+Green+Blue) = 107+205+192=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDC0 is #94323F. Grayscale: #AEAEAE. Windows color (decimal): -9712192 or 12635499. OLE color: 12635499.

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

Color convert

RGB 107 205 192 -
CMYK 0.48 0 0.06 0.20
HSL 172.04º 0.49% 0.61% -
HSV(B) 172.04º 0.48% 0.8% -
XYZ 37.41 50.59 57.66 -
YUV 174.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 107 205 192 0.48 0 0.06 0.20 172.04 0.49 0.61
Hex 6B CD C0 30 0 6 14 AC 31 3D
Octal 153 315 300 60 0 6 24 254 61 75
Binary 1101011 11001101 11000000 110000 0 110 10100 10101100 110001 111101

Color Harmonies of #6BCDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDC0

Black with #6BCDC0

Text Example


Text Example

White with #6BCDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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