Html Css Color HEX #668AB4 Danube

📋 copy color: '#668AB4'

red 102 ◦ green 138 ◦ blue 180

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

Shades of Danube #668AB4

Tints of Danube #668AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 24.29%
G = 32.86%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#668AB4 (or 0x668AB4) is known color: Danube. HEX triplet: 66, 8A and B4. RGB value is (102,138,180). Sum of RGB (Red+Green+Blue) = 102+138+180=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #668AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AB4 is #99754B. Grayscale: #838383. Windows color (decimal): -10057036 or 11831910. OLE color: 11831910.

HSL color Cylindrical-coordinate representation of color #668AB4: hue angle of 212.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668AB4 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 138 180 -
CMYK 0.43 0.23 0 0.29
HSL 212.31º 0.34% 0.55% -
HSV(B) 212.31º 0.43% 0.71% -
XYZ 22.81 24.3 46.67 -
YUV 132.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 102 138 180 0.43 0.23 0 0.29 212.31 0.34 0.55
Hex 66 8A B4 2B 17 0 1D D4 22 37
Octal 146 212 264 53 27 0 35 324 42 67
Binary 1100110 10001010 10110100 101011 10111 0 11101 11010100 100010 110111

Color Harmonies of #668AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AB4

Black with #668AB4

Text Example


Text Example

White with #668AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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