Html Css Color HEX #648ABA Danube

📋 copy color: '#648ABA'

red 100 ◦ green 138 ◦ blue 186

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

Shades of Danube #648ABA

Tints of Danube #648ABA

RGB

 RED value IS 100 (39.45% from 255) = 23.58%

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 23.58%
G = 32.55%
B = 43.87%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#648ABA (or 0x648ABA) is known color: Danube. HEX triplet: 64, 8A and BA. RGB value is (100,138,186). Sum of RGB (Red+Green+Blue) = 100+138+186=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #648ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ABA is #9B7545. Grayscale: #838383. Windows color (decimal): -10188102 or 12225124. OLE color: 12225124.

HSL color Cylindrical-coordinate representation of color #648ABA: hue angle of 213.49º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648ABA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 138 186 -
CMYK 0.46 0.26 0 0.27
HSL 213.49º 0.38% 0.56% -
HSV(B) 213.49º 0.46% 0.73% -
XYZ 23.21 24.43 49.95 -
YUV 132.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 100 138 186 0.46 0.26 0 0.27 213.49 0.38 0.56
Hex 64 8A BA 2E 1A 0 1B D5 26 38
Octal 144 212 272 56 32 0 33 325 46 70
Binary 1100100 10001010 10111010 101110 11010 0 11011 11010101 100110 111000

Color Harmonies of #648ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ABA

Black with #648ABA

Text Example


Text Example

White with #648ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648ABA; }

 p { color: rgb(100,138,186); }

 H1.HeaderClassName
 {
   color: #648ABA;
 }
 .AnyTagClassName
 {
   color: #648ABA;
 }
</style>

background-color css

<style>
 a { background-color: #648ABA; }

 a { background-color: rgb(100,138,186); }

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

border-color css

<style>
 span { border-color: #648ABA; }

 span { border-color: rgb(100,138,186); }

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