Html Css Color HEX #608CAB Air Force Blue

📋 copy color: '#608CAB'

red 96 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #608CAB

Tints of Air Force Blue #608CAB

RGB

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

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

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

R = 23.59%
G = 34.4%
B = 42.01%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608CAB (or 0x608CAB) is known color: Air Force Blue. HEX triplet: 60, 8C and AB. RGB value is (96,140,171). Sum of RGB (Red+Green+Blue) = 96+140+171=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #608CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CAB is #9F7354. Grayscale: #828282. Windows color (decimal): -10449749 or 11242592. OLE color: 11242592.

HSL color Cylindrical-coordinate representation of color #608CAB: hue angle of 204.8º degrees, saturation: 0.31, 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 #608CAB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 140 171 -
CMYK 0.44 0.18 0 0.33
HSL 204.8º 0.31% 0.52% -
HSV(B) 204.8º 0.44% 0.67% -
XYZ 21.55 24.18 42.06 -
YUV 130.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 96 140 171 0.44 0.18 0 0.33 204.8 0.31 0.52
Hex 60 8C AB 2C 12 0 21 CD 1F 34
Octal 140 214 253 54 22 0 41 315 37 64
Binary 1100000 10001100 10101011 101100 10010 0 100001 11001101 11111 110100

Color Harmonies of #608CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CAB

Black with #608CAB

Text Example


Text Example

White with #608CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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