Html Css Color HEX #668BC4 Danube

📋 copy color: '#668BC4'

red 102 ◦ green 139 ◦ blue 196

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

Shades of Danube #668BC4

Tints of Danube #668BC4

RGB

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

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

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

R = 23.34%
G = 31.81%
B = 44.85%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#668BC4 (or 0x668BC4) is known color: Danube. HEX triplet: 66, 8B and C4. RGB value is (102,139,196). Sum of RGB (Red+Green+Blue) = 102+139+196=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #668BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BC4 is #99743B. Grayscale: #868686. Windows color (decimal): -10056764 or 12880742. OLE color: 12880742.

HSL color Cylindrical-coordinate representation of color #668BC4: hue angle of 216.38º 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 #668BC4 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 139 196 -
CMYK 0.48 0.29 0 0.23
HSL 216.38º 0.44% 0.58% -
HSV(B) 216.38º 0.48% 0.77% -
XYZ 24.68 25.28 55.8 -
YUV 134.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 102 139 196 0.48 0.29 0 0.23 216.38 0.44 0.58
Hex 66 8B C4 30 1D 0 17 D8 2C 3A
Octal 146 213 304 60 35 0 27 330 54 72
Binary 1100110 10001011 11000100 110000 11101 0 10111 11011000 101100 111010

Color Harmonies of #668BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BC4

Black with #668BC4

Text Example


Text Example

White with #668BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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