Html Css Color HEX #6B9FAB Neptune

📋 copy color: '#6B9FAB'

red 107 ◦ green 159 ◦ blue 171

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

Shades of Neptune #6B9FAB

Tints of Neptune #6B9FAB

RGB

 RED value IS 107 (42.19% from 255) = 24.49%

 GREEN value IS 159 (62.5% from 255) = 36.38%

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 24.49%
G = 36.38%
B = 39.13%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B9FAB (or 0x6B9FAB) is known color: Neptune. HEX triplet: 6B, 9F and AB. RGB value is (107,159,171). Sum of RGB (Red+Green+Blue) = 107+159+171=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9FAB is #946054. Grayscale: #909090. Windows color (decimal): -9723989 or 11247467. OLE color: 11247467.

HSL color Cylindrical-coordinate representation of color #6B9FAB: hue angle of 191.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9FAB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 159 171 -
CMYK 0.37 0.07 0 0.33
HSL 191.25º 0.28% 0.55% -
HSV(B) 191.25º 0.37% 0.67% -
XYZ 25.81 30.86 43.12 -
YUV 144.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 107 159 171 0.37 0.07 0 0.33 191.25 0.28 0.55
Hex 6B 9F AB 25 7 0 21 BF 1C 37
Octal 153 237 253 45 7 0 41 277 34 67
Binary 1101011 10011111 10101011 100101 111 0 100001 10111111 11100 110111

Color Harmonies of #6B9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9FAB

Black with #6B9FAB

Text Example


Text Example

White with #6B9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,159,171); }

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

background-color css

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

 a { background-color: rgb(107,159,171); }

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

border-color css

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

 span { border-color: rgb(107,159,171); }

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