Html Css Color HEX #668FBA Danube

📋 copy color: '#668FBA'

red 102 ◦ green 143 ◦ blue 186

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

Shades of Danube #668FBA

Tints of Danube #668FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

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

R = 23.67%
G = 33.18%
B = 43.16%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668FBA (or 0x668FBA) is known color: Danube. HEX triplet: 66, 8F and BA. RGB value is (102,143,186). Sum of RGB (Red+Green+Blue) = 102+143+186=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #668FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FBA is #997045. Grayscale: #878787. Windows color (decimal): -10055750 or 12226406. OLE color: 12226406.

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

Color convert

RGB 102 143 186 -
CMYK 0.45 0.23 0 0.27
HSL 210.71º 0.38% 0.56% -
HSV(B) 210.71º 0.45% 0.73% -
XYZ 24.16 26.01 50.2 -
YUV 135.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 102 143 186 0.45 0.23 0 0.27 210.71 0.38 0.56
Hex 66 8F BA 2D 17 0 1B D3 26 38
Octal 146 217 272 55 27 0 33 323 46 70
Binary 1100110 10001111 10111010 101101 10111 0 11011 11010011 100110 111000

Color Harmonies of #668FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FBA

Black with #668FBA

Text Example


Text Example

White with #668FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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