Html Css Color HEX #668AB9 Danube

📋 copy color: '#668AB9'

red 102 ◦ green 138 ◦ blue 185

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

Shades of Danube #668AB9

Tints of Danube #668AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 24%
G = 32.47%
B = 43.53%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668AB9 (or 0x668AB9) is known color: Danube. HEX triplet: 66, 8A and B9. RGB value is (102,138,185). Sum of RGB (Red+Green+Blue) = 102+138+185=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #668AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AB9 is #997546. Grayscale: #848484. Windows color (decimal): -10057031 or 12159590. OLE color: 12159590.

HSL color Cylindrical-coordinate representation of color #668AB9: hue angle of 213.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668AB9 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 138 185 -
CMYK 0.45 0.25 0 0.27
HSL 213.98º 0.37% 0.56% -
HSV(B) 213.98º 0.45% 0.73% -
XYZ 23.32 24.5 49.4 -
YUV 132.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 102 138 185 0.45 0.25 0 0.27 213.98 0.37 0.56
Hex 66 8A B9 2D 19 0 1B D6 25 38
Octal 146 212 271 55 31 0 33 326 45 70
Binary 1100110 10001010 10111001 101101 11001 0 11011 11010110 100101 111000

Color Harmonies of #668AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AB9

Black with #668AB9

Text Example


Text Example

White with #668AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668AB9; }

 p { color: rgb(102,138,185); }

 H1.HeaderClassName
 {
   color: #668AB9;
 }
 .AnyTagClassName
 {
   color: #668AB9;
 }
</style>

background-color css

<style>
 a { background-color: #668AB9; }

 a { background-color: rgb(102,138,185); }

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

border-color css

<style>
 span { border-color: #668AB9; }

 span { border-color: rgb(102,138,185); }

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