Html Css Color HEX #6BCDC6 Downy

📋 copy color: '#6BCDC6'

red 107 ◦ green 205 ◦ blue 198

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

Shades of Downy #6BCDC6

Tints of Downy #6BCDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 20.98%
G = 40.2%
B = 38.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#6BCDC6 (or 0x6BCDC6) is known color: Downy. HEX triplet: 6B, CD and C6. RGB value is (107,205,198). Sum of RGB (Red+Green+Blue) = 107+205+198=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDC6 is #943239. Grayscale: #AEAEAE. Windows color (decimal): -9712186 or 13028715. OLE color: 13028715.

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

Color convert

RGB 107 205 198 -
CMYK 0.48 0 0.03 0.20
HSL 175.71º 0.49% 0.61% -
HSV(B) 175.71º 0.48% 0.8% -
XYZ 38.09 50.87 61.24 -
YUV 174.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 107 205 198 0.48 0 0.03 0.20 175.71 0.49 0.61
Hex 6B CD C6 30 0 3 14 B0 31 3D
Octal 153 315 306 60 0 3 24 260 61 75
Binary 1101011 11001101 11000110 110000 0 11 10100 10110000 110001 111101

Color Harmonies of #6BCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDC6

Black with #6BCDC6

Text Example


Text Example

White with #6BCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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