Html Css Color HEX #668FBC Danube

📋 copy color: '#668FBC'

red 102 ◦ green 143 ◦ blue 188

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

Shades of Danube #668FBC

Tints of Danube #668FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 23.56%
G = 33.03%
B = 43.42%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668FBC (or 0x668FBC) is known color: Danube. HEX triplet: 66, 8F and BC. RGB value is (102,143,188). Sum of RGB (Red+Green+Blue) = 102+143+188=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #668FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FBC is #997043. Grayscale: #878787. Windows color (decimal): -10055748 or 12357478. OLE color: 12357478.

HSL color Cylindrical-coordinate representation of color #668FBC: hue angle of 211.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668FBC is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 143 188 -
CMYK 0.46 0.24 0 0.26
HSL 211.4º 0.39% 0.57% -
HSV(B) 211.4º 0.46% 0.74% -
XYZ 24.38 26.1 51.33 -
YUV 135.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 102 143 188 0.46 0.24 0 0.26 211.4 0.39 0.57
Hex 66 8F BC 2E 18 0 1A D3 27 39
Octal 146 217 274 56 30 0 32 323 47 71
Binary 1100110 10001111 10111100 101110 11000 0 11010 11010011 100111 111001

Color Harmonies of #668FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FBC

Black with #668FBC

Text Example


Text Example

White with #668FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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