Html Css Color HEX #698598 Bermuda Grey

📋 copy color: '#698598'

red 105 ◦ green 133 ◦ blue 152

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

Shades of Bermuda Grey #698598

Tints of Bermuda Grey #698598

RGB

 RED value IS 105 (41.41% from 255) = 26.92%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 26.92%
G = 34.1%
B = 38.97%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#698598 (or 0x698598) is known color: Bermuda Grey. HEX triplet: 69, 85 and 98. RGB value is (105,133,152). Sum of RGB (Red+Green+Blue) = 105+133+152=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #698598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698598 is #967A67. Grayscale: #7E7E7E. Windows color (decimal): -9861736 or 9995625. OLE color: 9995625.

HSL color Cylindrical-coordinate representation of color #698598: hue angle of 204.26º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698598 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 133 152 -
CMYK 0.31 0.13 0 0.40
HSL 204.26º 0.19% 0.5% -
HSV(B) 204.26º 0.31% 0.6% -
XYZ 19.88 22.05 32.91 -
YUV 126.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 105 133 152 0.31 0.13 0 0.40 204.26 0.19 0.5
Hex 69 85 98 1F D 0 28 CC 13 32
Octal 151 205 230 37 15 0 50 314 23 62
Binary 1101001 10000101 10011000 11111 1101 0 101000 11001100 10011 110010

Color Harmonies of #698598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698598

Black with #698598

Text Example


Text Example

White with #698598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698598; }

 p { color: rgb(105,133,152); }

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

background-color css

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

 a { background-color: rgb(105,133,152); }

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

border-color css

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

 span { border-color: rgb(105,133,152); }

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