Html Css Color HEX #668AC1 Danube

📋 copy color: '#668AC1'

red 102 ◦ green 138 ◦ blue 193

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

Shades of Danube #668AC1

Tints of Danube #668AC1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 23.56%
G = 31.87%
B = 44.57%

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

#668AC1 (or 0x668AC1) is known color: Danube. HEX triplet: 66, 8A and C1. RGB value is (102,138,193). Sum of RGB (Red+Green+Blue) = 102+138+193=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #668AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AC1 is #99753E. Grayscale: #858585. Windows color (decimal): -10057023 or 12683878. OLE color: 12683878.

HSL color Cylindrical-coordinate representation of color #668AC1: hue angle of 216.26º degrees, saturation: 0.42, 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 #668AC1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 138 193 -
CMYK 0.47 0.28 0 0.24
HSL 216.26º 0.42% 0.58% -
HSV(B) 216.26º 0.47% 0.76% -
XYZ 24.19 24.85 53.97 -
YUV 133.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 102 138 193 0.47 0.28 0 0.24 216.26 0.42 0.58
Hex 66 8A C1 2F 1C 0 18 D8 2A 3A
Octal 146 212 301 57 34 0 30 330 52 72
Binary 1100110 10001010 11000001 101111 11100 0 11000 11011000 101010 111010

Color Harmonies of #668AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AC1

Black with #668AC1

Text Example


Text Example

White with #668AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,193); }

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

background-color css

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

 a { background-color: rgb(102,138,193); }

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

border-color css

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

 span { border-color: rgb(102,138,193); }

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