Html Css Color HEX #408699 Hippie Blue

📋 copy color: '#408699'

red 64 ◦ green 134 ◦ blue 153

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

Shades of Hippie Blue #408699

Tints of Hippie Blue #408699

RGB

 RED value IS 64 (25.39% from 255) = 18.23%

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 18.23%
G = 38.18%
B = 43.59%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408699 (or 0x408699) is known color: Hippie Blue. HEX triplet: 40, 86 and 99. RGB value is (64,134,153). Sum of RGB (Red+Green+Blue) = 64+134+153=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #408699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408699 is #BF7966. Grayscale: #737373. Windows color (decimal): -12548455 or 10061376. OLE color: 10061376.

HSL color Cylindrical-coordinate representation of color #408699: hue angle of 192.81º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408699 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 134 153 -
CMYK 0.58 0.12 0 0.4
HSL 192.81º 0.41% 0.43% -
HSV(B) 192.81º 0.58% 0.6% -
XYZ 16.39 20.44 33.22 -
YUV 115.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 64 134 153 0.58 0.12 0 0.4 192.81 0.41 0.43
Hex 40 86 99 3A C 0 28 C1 29 2B
Octal 100 206 231 72 14 0 50 301 51 53
Binary 1000000 10000110 10011001 111010 1100 0 101000 11000001 101001 101011

Color Harmonies of #408699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408699

Black with #408699

Text Example


Text Example

White with #408699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408699; }

 p { color: rgb(64,134,153); }

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

background-color css

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

 a { background-color: rgb(64,134,153); }

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

border-color css

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

 span { border-color: rgb(64,134,153); }

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