Html Css Color HEX #6BCDC2 Downy

📋 copy color: '#6BCDC2'

red 107 ◦ green 205 ◦ blue 194

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

Shades of Downy #6BCDC2

Tints of Downy #6BCDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 21.15%
G = 40.51%
B = 38.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#6BCDC2 (or 0x6BCDC2) is known color: Downy. HEX triplet: 6B, CD and C2. RGB value is (107,205,194). Sum of RGB (Red+Green+Blue) = 107+205+194=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDC2 is #94323D. Grayscale: #AEAEAE. Windows color (decimal): -9712190 or 12766571. OLE color: 12766571.

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

Color convert

RGB 107 205 194 -
CMYK 0.48 0 0.05 0.20
HSL 173.27º 0.49% 0.61% -
HSV(B) 173.27º 0.48% 0.8% -
XYZ 37.63 50.68 58.84 -
YUV 174.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 107 205 194 0.48 0 0.05 0.20 173.27 0.49 0.61
Hex 6B CD C2 30 0 5 14 AD 31 3D
Octal 153 315 302 60 0 5 24 255 61 75
Binary 1101011 11001101 11000010 110000 0 101 10100 10101101 110001 111101

Color Harmonies of #6BCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDC2

Black with #6BCDC2

Text Example


Text Example

White with #6BCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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