Html Css Color HEX #6BCACD Downy

📋 copy color: '#6BCACD'

red 107 ◦ green 202 ◦ blue 205

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

Shades of Downy #6BCACD

Tints of Downy #6BCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 20.82%
G = 39.3%
B = 39.88%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BCACD (or 0x6BCACD) is known color: Downy. HEX triplet: 6B, CA and CD. RGB value is (107,202,205). Sum of RGB (Red+Green+Blue) = 107+202+205=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCACD is #943532. Grayscale: #ADADAD. Windows color (decimal): -9712947 or 13486699. OLE color: 13486699.

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

Color convert

RGB 107 202 205 -
CMYK 0.48 0.01 0 0.20
HSL 181.84º 0.49% 0.61% -
HSV(B) 181.84º 0.48% 0.8% -
XYZ 38.2 49.77 65.35 -
YUV 173.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 107 202 205 0.48 0.01 0 0.20 181.84 0.49 0.61
Hex 6B CA CD 30 1 0 14 B6 31 3D
Octal 153 312 315 60 1 0 24 266 61 75
Binary 1101011 11001010 11001101 110000 1 0 10100 10110110 110001 111101

Color Harmonies of #6BCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCACD

Black with #6BCACD

Text Example


Text Example

White with #6BCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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