Html Css Color HEX #667FA4 Air Force Blue

📋 copy color: '#667FA4'

red 102 ◦ green 127 ◦ blue 164

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

Shades of Air Force Blue #667FA4

Tints of Air Force Blue #667FA4

RGB

 RED value IS 102 (40.23% from 255) = 25.95%

 GREEN value IS 127 (50% from 255) = 32.32%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 25.95%
G = 32.32%
B = 41.73%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#667FA4 (or 0x667FA4) is known color: Air Force Blue. HEX triplet: 66, 7F and A4. RGB value is (102,127,164). Sum of RGB (Red+Green+Blue) = 102+127+164=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #667FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA4 is #99805B. Grayscale: #7B7B7B. Windows color (decimal): -10059868 or 10780518. OLE color: 10780518.

HSL color Cylindrical-coordinate representation of color #667FA4: hue angle of 215.81º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #667FA4 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 127 164 -
CMYK 0.38 0.23 0 0.36
HSL 215.81º 0.25% 0.52% -
HSV(B) 215.81º 0.38% 0.64% -
XYZ 19.77 20.68 38.07 -
YUV 123.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 102 127 164 0.38 0.23 0 0.36 215.81 0.25 0.52
Hex 66 7F A4 26 17 0 24 D8 19 34
Octal 146 177 244 46 27 0 44 330 31 64
Binary 1100110 1111111 10100100 100110 10111 0 100100 11011000 11001 110100

Color Harmonies of #667FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FA4

Black with #667FA4

Text Example


Text Example

White with #667FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667FA4; }

 p { color: rgb(102,127,164); }

 H1.HeaderClassName
 {
   color: #667FA4;
 }
 .AnyTagClassName
 {
   color: #667FA4;
 }
</style>

background-color css

<style>
 a { background-color: #667FA4; }

 a { background-color: rgb(102,127,164); }

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

border-color css

<style>
 span { border-color: #667FA4; }

 span { border-color: rgb(102,127,164); }

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