Html Css Color HEX #668CC0 Danube

📋 copy color: '#668CC0'

red 102 ◦ green 140 ◦ blue 192

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

Shades of Danube #668CC0

Tints of Danube #668CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 23.5%
G = 32.26%
B = 44.24%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668CC0 (or 0x668CC0) is known color: Danube. HEX triplet: 66, 8C and C0. RGB value is (102,140,192). Sum of RGB (Red+Green+Blue) = 102+140+192=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #668CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC0 is #99733F. Grayscale: #868686. Windows color (decimal): -10056512 or 12618854. OLE color: 12618854.

HSL color Cylindrical-coordinate representation of color #668CC0: hue angle of 214.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668CC0 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 140 192 -
CMYK 0.47 0.27 0 0.25
HSL 214.67º 0.42% 0.58% -
HSV(B) 214.67º 0.47% 0.75% -
XYZ 24.37 25.39 53.48 -
YUV 134.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 102 140 192 0.47 0.27 0 0.25 214.67 0.42 0.58
Hex 66 8C C0 2F 1B 0 19 D7 2A 3A
Octal 146 214 300 57 33 0 31 327 52 72
Binary 1100110 10001100 11000000 101111 11011 0 11001 11010111 101010 111010

Color Harmonies of #668CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CC0

Black with #668CC0

Text Example


Text Example

White with #668CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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