Html Css Color HEX #608FAA Air Force Blue

📋 copy color: '#608FAA'

red 96 ◦ green 143 ◦ blue 170

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

Shades of Air Force Blue #608FAA

Tints of Air Force Blue #608FAA

RGB

 RED value IS 96 (37.89% from 255) = 23.47%

 GREEN value IS 143 (56.25% from 255) = 34.96%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 23.47%
G = 34.96%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608FAA (or 0x608FAA) is known color: Air Force Blue. HEX triplet: 60, 8F and AA. RGB value is (96,143,170). Sum of RGB (Red+Green+Blue) = 96+143+170=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #608FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FAA is #9F7055. Grayscale: #838383. Windows color (decimal): -10448982 or 11177824. OLE color: 11177824.

HSL color Cylindrical-coordinate representation of color #608FAA: hue angle of 201.89º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #608FAA is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 143 170 -
CMYK 0.44 0.16 0 0.33
HSL 201.89º 0.3% 0.52% -
HSV(B) 201.89º 0.44% 0.67% -
XYZ 21.9 25.03 41.71 -
YUV 132.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 96 143 170 0.44 0.16 0 0.33 201.89 0.3 0.52
Hex 60 8F AA 2C 10 0 21 CA 1E 34
Octal 140 217 252 54 20 0 41 312 36 64
Binary 1100000 10001111 10101010 101100 10000 0 100001 11001010 11110 110100

Color Harmonies of #608FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FAA

Black with #608FAA

Text Example


Text Example

White with #608FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608FAA; }

 p { color: rgb(96,143,170); }

 H1.HeaderClassName
 {
   color: #608FAA;
 }
 .AnyTagClassName
 {
   color: #608FAA;
 }
</style>

background-color css

<style>
 a { background-color: #608FAA; }

 a { background-color: rgb(96,143,170); }

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

border-color css

<style>
 span { border-color: #608FAA; }

 span { border-color: rgb(96,143,170); }

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