Html Css Color HEX #668FB9 Danube

📋 copy color: '#668FB9'

red 102 ◦ green 143 ◦ blue 185

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

Shades of Danube #668FB9

Tints of Danube #668FB9

RGB

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

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

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

R = 23.72%
G = 33.26%
B = 43.02%

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

#668FB9 (or 0x668FB9) is known color: Danube. HEX triplet: 66, 8F and B9. RGB value is (102,143,185). Sum of RGB (Red+Green+Blue) = 102+143+185=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #668FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FB9 is #997046. Grayscale: #878787. Windows color (decimal): -10055751 or 12160870. OLE color: 12160870.

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

Color convert

RGB 102 143 185 -
CMYK 0.45 0.23 0 0.27
HSL 210.36º 0.37% 0.56% -
HSV(B) 210.36º 0.45% 0.73% -
XYZ 24.06 25.97 49.64 -
YUV 135.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 102 143 185 0.45 0.23 0 0.27 210.36 0.37 0.56
Hex 66 8F B9 2D 17 0 1B D2 25 38
Octal 146 217 271 55 27 0 33 322 45 70
Binary 1100110 10001111 10111001 101101 10111 0 11011 11010010 100101 111000

Color Harmonies of #668FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FB9

Black with #668FB9

Text Example


Text Example

White with #668FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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