Html Css Color HEX #6694CA Danube

📋 copy color: '#6694CA'

red 102 ◦ green 148 ◦ blue 202

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

Shades of Danube #6694CA

Tints of Danube #6694CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

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

R = 22.57%
G = 32.74%
B = 44.69%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6694CA (or 0x6694CA) is known color: Danube. HEX triplet: 66, 94 and CA. RGB value is (102,148,202). Sum of RGB (Red+Green+Blue) = 102+148+202=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #6694CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694CA is #996B35. Grayscale: #8C8C8C. Windows color (decimal): -10054454 or 13276262. OLE color: 13276262.

HSL color Cylindrical-coordinate representation of color #6694CA: hue angle of 212.4º 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 #6694CA is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 148 202 -
CMYK 0.50 0.27 0 0.21
HSL 212.4º 0.49% 0.6% -
HSV(B) 212.4º 0.5% 0.79% -
XYZ 26.73 28.27 59.92 -
YUV 140.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 102 148 202 0.50 0.27 0 0.21 212.4 0.49 0.6
Hex 66 94 CA 32 1B 0 15 D4 31 3C
Octal 146 224 312 62 33 0 25 324 61 74
Binary 1100110 10010100 11001010 110010 11011 0 10101 11010100 110001 111100

Color Harmonies of #6694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6694CA

Black with #6694CA

Text Example


Text Example

White with #6694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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