Html Css Color HEX #668BBC Danube

📋 copy color: '#668BBC'

red 102 ◦ green 139 ◦ blue 188

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

Shades of Danube #668BBC

Tints of Danube #668BBC

RGB

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

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

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

R = 23.78%
G = 32.4%
B = 43.82%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668BBC (or 0x668BBC) is known color: Danube. HEX triplet: 66, 8B and BC. RGB value is (102,139,188). Sum of RGB (Red+Green+Blue) = 102+139+188=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #668BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBC is #997443. Grayscale: #858585. Windows color (decimal): -10056772 or 12356454. OLE color: 12356454.

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

Color convert

RGB 102 139 188 -
CMYK 0.46 0.26 0 0.26
HSL 214.19º 0.39% 0.57% -
HSV(B) 214.19º 0.46% 0.74% -
XYZ 23.79 24.92 51.13 -
YUV 133.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 102 139 188 0.46 0.26 0 0.26 214.19 0.39 0.57
Hex 66 8B BC 2E 1A 0 1A D6 27 39
Octal 146 213 274 56 32 0 32 326 47 71
Binary 1100110 10001011 10111100 101110 11010 0 11010 11010110 100111 111001

Color Harmonies of #668BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BBC

Black with #668BBC

Text Example


Text Example

White with #668BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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