Html Css Color HEX #6690CA Danube

📋 copy color: '#6690CA'

red 102 ◦ green 144 ◦ blue 202

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

Shades of Danube #6690CA

Tints of Danube #6690CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 22.77%
G = 32.14%
B = 45.09%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6690CA (or 0x6690CA) is known color: Danube. HEX triplet: 66, 90 and CA. RGB value is (102,144,202). Sum of RGB (Red+Green+Blue) = 102+144+202=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6690CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690CA is #996F35. Grayscale: #898989. Windows color (decimal): -10055478 or 13275238. OLE color: 13275238.

HSL color Cylindrical-coordinate representation of color #6690CA: hue angle of 214.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6690CA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 144 202 -
CMYK 0.50 0.29 0 0.21
HSL 214.8º 0.49% 0.6% -
HSV(B) 214.8º 0.5% 0.79% -
XYZ 26.11 27.04 59.72 -
YUV 138.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 102 144 202 0.50 0.29 0 0.21 214.8 0.49 0.6
Hex 66 90 CA 32 1D 0 15 D7 31 3C
Octal 146 220 312 62 35 0 25 327 61 74
Binary 1100110 10010000 11001010 110010 11101 0 10101 11010111 110001 111100

Color Harmonies of #6690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690CA

Black with #6690CA

Text Example


Text Example

White with #6690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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