Html Css Color HEX #668EBE Danube

📋 copy color: '#668EBE'

red 102 ◦ green 142 ◦ blue 190

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

Shades of Danube #668EBE

Tints of Danube #668EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

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

R = 23.5%
G = 32.72%
B = 43.78%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668EBE (or 0x668EBE) is known color: Danube. HEX triplet: 66, 8E and BE. RGB value is (102,142,190). Sum of RGB (Red+Green+Blue) = 102+142+190=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #668EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBE is #997141. Grayscale: #878787. Windows color (decimal): -10056002 or 12488294. OLE color: 12488294.

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

Color convert

RGB 102 142 190 -
CMYK 0.46 0.25 0 0.25
HSL 212.73º 0.4% 0.57% -
HSV(B) 212.73º 0.46% 0.75% -
XYZ 24.45 25.89 52.42 -
YUV 135.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 102 142 190 0.46 0.25 0 0.25 212.73 0.4 0.57
Hex 66 8E BE 2E 19 0 19 D5 28 39
Octal 146 216 276 56 31 0 31 325 50 71
Binary 1100110 10001110 10111110 101110 11001 0 11001 11010101 101000 111001

Color Harmonies of #668EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EBE

Black with #668EBE

Text Example


Text Example

White with #668EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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