Html Css Color HEX #6F9AA4 Neptune

📋 copy color: '#6F9AA4'

red 111 ◦ green 154 ◦ blue 164

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

Shades of Neptune #6F9AA4

Tints of Neptune #6F9AA4

RGB

 RED value IS 111 (43.75% from 255) = 25.87%

 GREEN value IS 154 (60.55% from 255) = 35.9%

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

R = 25.87%
G = 35.9%
B = 38.23%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F9AA4 (or 0x6F9AA4) is known color: Neptune. HEX triplet: 6F, 9A and A4. RGB value is (111,154,164). Sum of RGB (Red+Green+Blue) = 111+154+164=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F9AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9AA4 is #90655B. Grayscale: #8E8E8E. Windows color (decimal): -9463132 or 10787439. OLE color: 10787439.

HSL color Cylindrical-coordinate representation of color #6F9AA4: hue angle of 191.32º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F9AA4 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 154 164 -
CMYK 0.32 0.06 0 0.36
HSL 191.32º 0.23% 0.54% -
HSV(B) 191.32º 0.32% 0.64% -
XYZ 24.81 29.17 39.44 -
YUV 142.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 111 154 164 0.32 0.06 0 0.36 191.32 0.23 0.54
Hex 6F 9A A4 20 6 0 24 BF 17 36
Octal 157 232 244 40 6 0 44 277 27 66
Binary 1101111 10011010 10100100 100000 110 0 100100 10111111 10111 110110

Color Harmonies of #6F9AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9AA4

Black with #6F9AA4

Text Example


Text Example

White with #6F9AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9AA4; }

 p { color: rgb(111,154,164); }

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

background-color css

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

 a { background-color: rgb(111,154,164); }

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

border-color css

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

 span { border-color: rgb(111,154,164); }

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