Html Css Color HEX #668BBE Danube

📋 copy color: '#668BBE'

red 102 ◦ green 139 ◦ blue 190

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

Shades of Danube #668BBE

Tints of Danube #668BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 23.67%
G = 32.25%
B = 44.08%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668BBE (or 0x668BBE) is known color: Danube. HEX triplet: 66, 8B and BE. RGB value is (102,139,190). Sum of RGB (Red+Green+Blue) = 102+139+190=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #668BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBE is #997441. Grayscale: #858585. Windows color (decimal): -10056770 or 12487526. OLE color: 12487526.

HSL color Cylindrical-coordinate representation of color #668BBE: hue angle of 214.77º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668BBE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 139 190 -
CMYK 0.46 0.27 0 0.25
HSL 214.77º 0.4% 0.57% -
HSV(B) 214.77º 0.46% 0.75% -
XYZ 24.01 25.01 52.28 -
YUV 133.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 102 139 190 0.46 0.27 0 0.25 214.77 0.4 0.57
Hex 66 8B BE 2E 1B 0 19 D7 28 39
Octal 146 213 276 56 33 0 31 327 50 71
Binary 1100110 10001011 10111110 101110 11011 0 11001 11010111 101000 111001

Color Harmonies of #668BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BBE

Black with #668BBE

Text Example


Text Example

White with #668BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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