Html Css Color HEX #668ACB Danube

📋 copy color: '#668ACB'

red 102 ◦ green 138 ◦ blue 203

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

Shades of Danube #668ACB

Tints of Danube #668ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 23.02%
G = 31.15%
B = 45.82%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#668ACB (or 0x668ACB) is known color: Danube. HEX triplet: 66, 8A and CB. RGB value is (102,138,203). Sum of RGB (Red+Green+Blue) = 102+138+203=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #668ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACB is #997534. Grayscale: #868686. Windows color (decimal): -10057013 or 13339238. OLE color: 13339238.

HSL color Cylindrical-coordinate representation of color #668ACB: hue angle of 218.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668ACB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 138 203 -
CMYK 0.50 0.32 0 0.20
HSL 218.61º 0.49% 0.6% -
HSV(B) 218.61º 0.5% 0.8% -
XYZ 25.35 25.31 60.05 -
YUV 134.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 102 138 203 0.50 0.32 0 0.20 218.61 0.49 0.6
Hex 66 8A CB 32 20 0 14 DB 31 3C
Octal 146 212 313 62 40 0 24 333 61 74
Binary 1100110 10001010 11001011 110010 100000 0 10100 11011011 110001 111100

Color Harmonies of #668ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ACB

Black with #668ACB

Text Example


Text Example

White with #668ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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