Html Css Color HEX #668DBC Danube

📋 copy color: '#668DBC'

red 102 ◦ green 141 ◦ blue 188

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

Shades of Danube #668DBC

Tints of Danube #668DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 23.67%
G = 32.71%
B = 43.62%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668DBC (or 0x668DBC) is known color: Danube. HEX triplet: 66, 8D and BC. RGB value is (102,141,188). Sum of RGB (Red+Green+Blue) = 102+141+188=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #668DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBC is #997243. Grayscale: #868686. Windows color (decimal): -10056260 or 12356966. OLE color: 12356966.

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

Color convert

RGB 102 141 188 -
CMYK 0.46 0.25 0 0.26
HSL 212.79º 0.39% 0.57% -
HSV(B) 212.79º 0.46% 0.74% -
XYZ 24.08 25.51 51.23 -
YUV 134.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 102 141 188 0.46 0.25 0 0.26 212.79 0.39 0.57
Hex 66 8D BC 2E 19 0 1A D5 27 39
Octal 146 215 274 56 31 0 32 325 47 71
Binary 1100110 10001101 10111100 101110 11001 0 11010 11010101 100111 111001

Color Harmonies of #668DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DBC

Black with #668DBC

Text Example


Text Example

White with #668DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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