Html Css Color HEX #6693CD Danube

📋 copy color: '#6693CD'

red 102 ◦ green 147 ◦ blue 205

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

Shades of Danube #6693CD

Tints of Danube #6693CD

RGB

 RED value IS 102 (40.23% from 255) = 22.47%

 GREEN value IS 147 (57.81% from 255) = 32.38%

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

R = 22.47%
G = 32.38%
B = 45.15%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6693CD (or 0x6693CD) is known color: Danube. HEX triplet: 66, 93 and CD. RGB value is (102,147,205). Sum of RGB (Red+Green+Blue) = 102+147+205=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #6693CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693CD is #996C32. Grayscale: #8B8B8B. Windows color (decimal): -10054707 or 13472614. OLE color: 13472614.

HSL color Cylindrical-coordinate representation of color #6693CD: hue angle of 213.79º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6693CD is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 147 205 -
CMYK 0.50 0.28 0 0.20
HSL 213.79º 0.51% 0.6% -
HSV(B) 213.79º 0.5% 0.8% -
XYZ 26.93 28.1 61.76 -
YUV 140.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 102 147 205 0.50 0.28 0 0.20 213.79 0.51 0.6
Hex 66 93 CD 32 1C 0 14 D6 33 3C
Octal 146 223 315 62 34 0 24 326 63 74
Binary 1100110 10010011 11001101 110010 11100 0 10100 11010110 110011 111100

Color Harmonies of #6693CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6693CD

Black with #6693CD

Text Example


Text Example

White with #6693CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6693CD; }

 p { color: rgb(102,147,205); }

 H1.HeaderClassName
 {
   color: #6693CD;
 }
 .AnyTagClassName
 {
   color: #6693CD;
 }
</style>

background-color css

<style>
 a { background-color: #6693CD; }

 a { background-color: rgb(102,147,205); }

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

border-color css

<style>
 span { border-color: #6693CD; }

 span { border-color: rgb(102,147,205); }

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