Html Css Color HEX #668FB3 Air Force Blue

📋 copy color: '#668FB3'

red 102 ◦ green 143 ◦ blue 179

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

Shades of Air Force Blue #668FB3

Tints of Air Force Blue #668FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.22%

R = 24.06%
G = 33.73%
B = 42.22%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#668FB3 (or 0x668FB3) is known color: Air Force Blue. HEX triplet: 66, 8F and B3. RGB value is (102,143,179). Sum of RGB (Red+Green+Blue) = 102+143+179=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #668FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FB3 is #99704C. Grayscale: #868686. Windows color (decimal): -10055757 or 11767654. OLE color: 11767654.

HSL color Cylindrical-coordinate representation of color #668FB3: hue angle of 208.05º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668FB3 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 143 179 -
CMYK 0.43 0.20 0 0.30
HSL 208.05º 0.34% 0.55% -
HSV(B) 208.05º 0.43% 0.7% -
XYZ 23.44 25.72 46.38 -
YUV 134.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 102 143 179 0.43 0.20 0 0.30 208.05 0.34 0.55
Hex 66 8F B3 2B 14 0 1E D0 22 37
Octal 146 217 263 53 24 0 36 320 42 67
Binary 1100110 10001111 10110011 101011 10100 0 11110 11010000 100010 110111

Color Harmonies of #668FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FB3

Black with #668FB3

Text Example


Text Example

White with #668FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668FB3; }

 p { color: rgb(102,143,179); }

 H1.HeaderClassName
 {
   color: #668FB3;
 }
 .AnyTagClassName
 {
   color: #668FB3;
 }
</style>

background-color css

<style>
 a { background-color: #668FB3; }

 a { background-color: rgb(102,143,179); }

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

border-color css

<style>
 span { border-color: #668FB3; }

 span { border-color: rgb(102,143,179); }

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