Html Css Color HEX #6690C6 Danube

📋 copy color: '#6690C6'

red 102 ◦ green 144 ◦ blue 198

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

Shades of Danube #6690C6

Tints of Danube #6690C6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 22.97%
G = 32.43%
B = 44.59%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6690C6 (or 0x6690C6) is known color: Danube. HEX triplet: 66, 90 and C6. RGB value is (102,144,198). Sum of RGB (Red+Green+Blue) = 102+144+198=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #6690C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690C6 is #996F39. Grayscale: #898989. Windows color (decimal): -10055482 or 13013094. OLE color: 13013094.

HSL color Cylindrical-coordinate representation of color #6690C6: hue angle of 213.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6690C6 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 144 198 -
CMYK 0.48 0.27 0 0.22
HSL 213.75º 0.46% 0.59% -
HSV(B) 213.75º 0.48% 0.78% -
XYZ 25.65 26.85 57.26 -
YUV 137.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 102 144 198 0.48 0.27 0 0.22 213.75 0.46 0.59
Hex 66 90 C6 30 1B 0 16 D6 2E 3B
Octal 146 220 306 60 33 0 26 326 56 73
Binary 1100110 10010000 11000110 110000 11011 0 10110 11010110 101110 111011

Color Harmonies of #6690C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690C6

Black with #6690C6

Text Example


Text Example

White with #6690C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6690C6; }

 p { color: rgb(102,144,198); }

 H1.HeaderClassName
 {
   color: #6690C6;
 }
 .AnyTagClassName
 {
   color: #6690C6;
 }
</style>

background-color css

<style>
 a { background-color: #6690C6; }

 a { background-color: rgb(102,144,198); }

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

border-color css

<style>
 span { border-color: #6690C6; }

 span { border-color: rgb(102,144,198); }

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