Html Css Color HEX #668CC3 Danube

📋 copy color: '#668CC3'

red 102 ◦ green 140 ◦ blue 195

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

Shades of Danube #668CC3

Tints of Danube #668CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 23.34%
G = 32.04%
B = 44.62%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#668CC3 (or 0x668CC3) is known color: Danube. HEX triplet: 66, 8C and C3. RGB value is (102,140,195). Sum of RGB (Red+Green+Blue) = 102+140+195=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #668CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC3 is #99733C. Grayscale: #868686. Windows color (decimal): -10056509 or 12815462. OLE color: 12815462.

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

Color convert

RGB 102 140 195 -
CMYK 0.48 0.28 0 0.24
HSL 215.48º 0.44% 0.58% -
HSV(B) 215.48º 0.48% 0.76% -
XYZ 24.71 25.52 55.25 -
YUV 134.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 102 140 195 0.48 0.28 0 0.24 215.48 0.44 0.58
Hex 66 8C C3 30 1C 0 18 D7 2C 3A
Octal 146 214 303 60 34 0 30 327 54 72
Binary 1100110 10001100 11000011 110000 11100 0 11000 11010111 101100 111010

Color Harmonies of #668CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CC3

Black with #668CC3

Text Example


Text Example

White with #668CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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