Html Css Color HEX #668BBA Danube

📋 copy color: '#668BBA'

red 102 ◦ green 139 ◦ blue 186

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

Shades of Danube #668BBA

Tints of Danube #668BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 23.89%
G = 32.55%
B = 43.56%

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

#668BBA (or 0x668BBA) is known color: Danube. HEX triplet: 66, 8B and BA. RGB value is (102,139,186). Sum of RGB (Red+Green+Blue) = 102+139+186=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #668BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBA is #997445. Grayscale: #858585. Windows color (decimal): -10056774 or 12225382. OLE color: 12225382.

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

Color convert

RGB 102 139 186 -
CMYK 0.45 0.25 0 0.27
HSL 213.57º 0.38% 0.56% -
HSV(B) 213.57º 0.45% 0.73% -
XYZ 23.58 24.84 50.01 -
YUV 133.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 102 139 186 0.45 0.25 0 0.27 213.57 0.38 0.56
Hex 66 8B BA 2D 19 0 1B D6 26 38
Octal 146 213 272 55 31 0 33 326 46 70
Binary 1100110 10001011 10111010 101101 11001 0 11011 11010110 100110 111000

Color Harmonies of #668BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BBA

Black with #668BBA

Text Example


Text Example

White with #668BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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