Html Css Color HEX #668CC2 Danube

📋 copy color: '#668CC2'

red 102 ◦ green 140 ◦ blue 194

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

Shades of Danube #668CC2

Tints of Danube #668CC2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 23.39%
G = 32.11%
B = 44.5%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#668CC2 (or 0x668CC2) is known color: Danube. HEX triplet: 66, 8C and C2. RGB value is (102,140,194). Sum of RGB (Red+Green+Blue) = 102+140+194=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #668CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC2 is #99733D. Grayscale: #868686. Windows color (decimal): -10056510 or 12749926. OLE color: 12749926.

HSL color Cylindrical-coordinate representation of color #668CC2: hue angle of 215.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668CC2 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 140 194 -
CMYK 0.47 0.28 0 0.24
HSL 215.22º 0.43% 0.58% -
HSV(B) 215.22º 0.47% 0.76% -
XYZ 24.6 25.48 54.66 -
YUV 134.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 102 140 194 0.47 0.28 0 0.24 215.22 0.43 0.58
Hex 66 8C C2 2F 1C 0 18 D7 2B 3A
Octal 146 214 302 57 34 0 30 327 53 72
Binary 1100110 10001100 11000010 101111 11100 0 11000 11010111 101011 111010

Color Harmonies of #668CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CC2

Black with #668CC2

Text Example


Text Example

White with #668CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,194); }

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

background-color css

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

 a { background-color: rgb(102,140,194); }

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

border-color css

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

 span { border-color: rgb(102,140,194); }

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