Html Css Color HEX #648DA1 Air Force Blue

📋 copy color: '#648DA1'

red 100 ◦ green 141 ◦ blue 161

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

Shades of Air Force Blue #648DA1

Tints of Air Force Blue #648DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 24.88%
G = 35.07%
B = 40.05%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#648DA1 (or 0x648DA1) is known color: Air Force Blue. HEX triplet: 64, 8D and A1. RGB value is (100,141,161). Sum of RGB (Red+Green+Blue) = 100+141+161=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #648DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648DA1 is #9B725E. Grayscale: #828282. Windows color (decimal): -10187359 or 10587492. OLE color: 10587492.

HSL color Cylindrical-coordinate representation of color #648DA1: hue angle of 199.67º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648DA1 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 141 161 -
CMYK 0.38 0.12 0 0.37
HSL 199.67º 0.24% 0.51% -
HSV(B) 199.67º 0.38% 0.63% -
XYZ 21.21 24.33 37.3 -
YUV 131.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 100 141 161 0.38 0.12 0 0.37 199.67 0.24 0.51
Hex 64 8D A1 26 C 0 25 C8 18 33
Octal 144 215 241 46 14 0 45 310 30 63
Binary 1100100 10001101 10100001 100110 1100 0 100101 11001000 11000 110011

Color Harmonies of #648DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DA1

Black with #648DA1

Text Example


Text Example

White with #648DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,141,161); }

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

background-color css

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

 a { background-color: rgb(100,141,161); }

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

border-color css

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

 span { border-color: rgb(100,141,161); }

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