Html Css Color HEX #648CAB Air Force Blue

📋 copy color: '#648CAB'

red 100 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #648CAB

Tints of Air Force Blue #648CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 24.33%
G = 34.06%
B = 41.61%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#648CAB (or 0x648CAB) is known color: Air Force Blue. HEX triplet: 64, 8C and AB. RGB value is (100,140,171). Sum of RGB (Red+Green+Blue) = 100+140+171=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #648CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648CAB is #9B7354. Grayscale: #838383. Windows color (decimal): -10187605 or 11242596. OLE color: 11242596.

HSL color Cylindrical-coordinate representation of color #648CAB: hue angle of 206.2º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #648CAB is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 140 171 -
CMYK 0.42 0.18 0 0.33
HSL 206.2º 0.3% 0.53% -
HSV(B) 206.2º 0.42% 0.67% -
XYZ 21.98 24.41 42.08 -
YUV 131.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 100 140 171 0.42 0.18 0 0.33 206.2 0.3 0.53
Hex 64 8C AB 2A 12 0 21 CE 1E 35
Octal 144 214 253 52 22 0 41 316 36 65
Binary 1100100 10001100 10101011 101010 10010 0 100001 11001110 11110 110101

Color Harmonies of #648CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CAB

Black with #648CAB

Text Example


Text Example

White with #648CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,171); }

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

background-color css

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

 a { background-color: rgb(100,140,171); }

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

border-color css

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

 span { border-color: rgb(100,140,171); }

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