Html Css Color HEX #607DAB Air Force Blue

📋 copy color: '#607DAB'

red 96 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #607DAB

Tints of Air Force Blue #607DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

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

R = 24.49%
G = 31.89%
B = 43.62%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607DAB (or 0x607DAB) is known color: Air Force Blue. HEX triplet: 60, 7D and AB. RGB value is (96,125,171). Sum of RGB (Red+Green+Blue) = 96+125+171=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #607DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DAB is #9F8254. Grayscale: #797979. Windows color (decimal): -10453589 or 11238752. OLE color: 11238752.

HSL color Cylindrical-coordinate representation of color #607DAB: hue angle of 216.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 #607DAB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 125 171 -
CMYK 0.44 0.27 0 0.33
HSL 216.8º 0.31% 0.52% -
HSV(B) 216.8º 0.44% 0.67% -
XYZ 19.51 20.09 41.38 -
YUV 121.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 96 125 171 0.44 0.27 0 0.33 216.8 0.31 0.52
Hex 60 7D AB 2C 1B 0 21 D9 1F 34
Octal 140 175 253 54 33 0 41 331 37 64
Binary 1100000 1111101 10101011 101100 11011 0 100001 11011001 11111 110100

Color Harmonies of #607DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DAB

Black with #607DAB

Text Example


Text Example

White with #607DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607DAB; }

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

 H1.HeaderClassName
 {
   color: #607DAB;
 }
 .AnyTagClassName
 {
   color: #607DAB;
 }
</style>

background-color css

<style>
 a { background-color: #607DAB; }

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

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

border-color css

<style>
 span { border-color: #607DAB; }

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

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