Html Css Color HEX #668DBA Danube

📋 copy color: '#668DBA'

red 102 ◦ green 141 ◦ blue 186

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

Shades of Danube #668DBA

Tints of Danube #668DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 23.78%
G = 32.87%
B = 43.36%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668DBA (or 0x668DBA) is known color: Danube. HEX triplet: 66, 8D and BA. RGB value is (102,141,186). Sum of RGB (Red+Green+Blue) = 102+141+186=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #668DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBA is #997245. Grayscale: #868686. Windows color (decimal): -10056262 or 12225894. OLE color: 12225894.

HSL color Cylindrical-coordinate representation of color #668DBA: hue angle of 212.14º degrees, saturation: 0.38, 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 #668DBA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 141 186 -
CMYK 0.45 0.24 0 0.27
HSL 212.14º 0.38% 0.56% -
HSV(B) 212.14º 0.45% 0.73% -
XYZ 23.87 25.42 50.1 -
YUV 134.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 102 141 186 0.45 0.24 0 0.27 212.14 0.38 0.56
Hex 66 8D BA 2D 18 0 1B D4 26 38
Octal 146 215 272 55 30 0 33 324 46 70
Binary 1100110 10001101 10111010 101101 11000 0 11011 11010100 100110 111000

Color Harmonies of #668DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DBA

Black with #668DBA

Text Example


Text Example

White with #668DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,141,186); }

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

background-color css

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

 a { background-color: rgb(102,141,186); }

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

border-color css

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

 span { border-color: rgb(102,141,186); }

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