Html Css Color HEX #668BB3 Danube

📋 copy color: '#668BB3'

red 102 ◦ green 139 ◦ blue 179

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

Shades of Danube #668BB3

Tints of Danube #668BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 24.29%
G = 33.1%
B = 42.62%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#668BB3 (or 0x668BB3) is known color: Danube. HEX triplet: 66, 8B and B3. RGB value is (102,139,179). Sum of RGB (Red+Green+Blue) = 102+139+179=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #668BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BB3 is #99744C. Grayscale: #848484. Windows color (decimal): -10056781 or 11766630. OLE color: 11766630.

HSL color Cylindrical-coordinate representation of color #668BB3: hue angle of 211.17º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668BB3 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 139 179 -
CMYK 0.43 0.22 0 0.30
HSL 211.17º 0.34% 0.55% -
HSV(B) 211.17º 0.43% 0.7% -
XYZ 22.85 24.54 46.18 -
YUV 132.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 102 139 179 0.43 0.22 0 0.30 211.17 0.34 0.55
Hex 66 8B B3 2B 16 0 1E D3 22 37
Octal 146 213 263 53 26 0 36 323 42 67
Binary 1100110 10001011 10110011 101011 10110 0 11110 11010011 100010 110111

Color Harmonies of #668BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BB3

Black with #668BB3

Text Example


Text Example

White with #668BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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