Html Css Color HEX #608FB4 Air Force Blue

📋 copy color: '#608FB4'

red 96 ◦ green 143 ◦ blue 180

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

Shades of Air Force Blue #608FB4

Tints of Air Force Blue #608FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 22.91%
G = 34.13%
B = 42.96%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#608FB4 (or 0x608FB4) is known color: Air Force Blue. HEX triplet: 60, 8F and B4. RGB value is (96,143,180). Sum of RGB (Red+Green+Blue) = 96+143+180=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #608FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FB4 is #9F704B. Grayscale: #848484. Windows color (decimal): -10448972 or 11833184. OLE color: 11833184.

HSL color Cylindrical-coordinate representation of color #608FB4: hue angle of 206.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608FB4 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 143 180 -
CMYK 0.47 0.21 0 0.29
HSL 206.43º 0.36% 0.54% -
HSV(B) 206.43º 0.47% 0.71% -
XYZ 22.88 25.43 46.88 -
YUV 133.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 96 143 180 0.47 0.21 0 0.29 206.43 0.36 0.54
Hex 60 8F B4 2F 15 0 1D CE 24 36
Octal 140 217 264 57 25 0 35 316 44 66
Binary 1100000 10001111 10110100 101111 10101 0 11101 11001110 100100 110110

Color Harmonies of #608FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FB4

Black with #608FB4

Text Example


Text Example

White with #608FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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