Html Css Color HEX #668CA4 Air Force Blue

📋 copy color: '#668CA4'

red 102 ◦ green 140 ◦ blue 164

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

Shades of Air Force Blue #668CA4

Tints of Air Force Blue #668CA4

RGB

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

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

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

R = 25.12%
G = 34.48%
B = 40.39%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#668CA4 (or 0x668CA4) is known color: Air Force Blue. HEX triplet: 66, 8C and A4. RGB value is (102,140,164). Sum of RGB (Red+Green+Blue) = 102+140+164=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #668CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CA4 is #99735B. Grayscale: #838383. Windows color (decimal): -10056540 or 10783846. OLE color: 10783846.

HSL color Cylindrical-coordinate representation of color #668CA4: hue angle of 203.23º 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 #668CA4 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 140 164 -
CMYK 0.38 0.15 0 0.36
HSL 203.23º 0.25% 0.52% -
HSV(B) 203.23º 0.38% 0.64% -
XYZ 21.56 24.26 38.67 -
YUV 131.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 102 140 164 0.38 0.15 0 0.36 203.23 0.25 0.52
Hex 66 8C A4 26 F 0 24 CB 19 34
Octal 146 214 244 46 17 0 44 313 31 64
Binary 1100110 10001100 10100100 100110 1111 0 100100 11001011 11001 110100

Color Harmonies of #668CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CA4

Black with #668CA4

Text Example


Text Example

White with #668CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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