Html Css Color HEX #668ACE Danube

📋 copy color: '#668ACE'

red 102 ◦ green 138 ◦ blue 206

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

Shades of Danube #668ACE

Tints of Danube #668ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 22.87%
G = 30.94%
B = 46.19%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#668ACE (or 0x668ACE) is known color: Danube. HEX triplet: 66, 8A and CE. RGB value is (102,138,206). Sum of RGB (Red+Green+Blue) = 102+138+206=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #668ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACE is #997531. Grayscale: #868686. Windows color (decimal): -10057010 or 13535846. OLE color: 13535846.

HSL color Cylindrical-coordinate representation of color #668ACE: hue angle of 219.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668ACE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 138 206 -
CMYK 0.50 0.33 0 0.19
HSL 219.23º 0.51% 0.6% -
HSV(B) 219.23º 0.5% 0.81% -
XYZ 25.71 25.46 61.95 -
YUV 134.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 102 138 206 0.50 0.33 0 0.19 219.23 0.51 0.6
Hex 66 8A CE 32 21 0 13 DB 33 3C
Octal 146 212 316 62 41 0 23 333 63 74
Binary 1100110 10001010 11001110 110010 100001 0 10011 11011011 110011 111100

Color Harmonies of #668ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ACE

Black with #668ACE

Text Example


Text Example

White with #668ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,206); }

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

background-color css

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

 a { background-color: rgb(102,138,206); }

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

border-color css

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

 span { border-color: rgb(102,138,206); }

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