Html Css Color HEX #668EC4 Danube

📋 copy color: '#668EC4'

red 102 ◦ green 142 ◦ blue 196

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

Shades of Danube #668EC4

Tints of Danube #668EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 23.18%
G = 32.27%
B = 44.55%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#668EC4 (or 0x668EC4) is known color: Danube. HEX triplet: 66, 8E and C4. RGB value is (102,142,196). Sum of RGB (Red+Green+Blue) = 102+142+196=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #668EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EC4 is #99713B. Grayscale: #878787. Windows color (decimal): -10055996 or 12881510. OLE color: 12881510.

HSL color Cylindrical-coordinate representation of color #668EC4: hue angle of 214.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668EC4 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 142 196 -
CMYK 0.48 0.28 0 0.23
HSL 214.47º 0.44% 0.58% -
HSV(B) 214.47º 0.48% 0.77% -
XYZ 25.12 26.16 55.95 -
YUV 136.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 102 142 196 0.48 0.28 0 0.23 214.47 0.44 0.58
Hex 66 8E C4 30 1C 0 17 D6 2C 3A
Octal 146 216 304 60 34 0 27 326 54 72
Binary 1100110 10001110 11000100 110000 11100 0 10111 11010110 101100 111010

Color Harmonies of #668EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EC4

Black with #668EC4

Text Example


Text Example

White with #668EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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