Html Css Color HEX #698BA4 Bermuda Grey

📋 copy color: '#698BA4'

red 105 ◦ green 139 ◦ blue 164

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

Shades of Bermuda Grey #698BA4

Tints of Bermuda Grey #698BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 25.74%
G = 34.07%
B = 40.2%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#698BA4 (or 0x698BA4) is known color: Bermuda Grey. HEX triplet: 69, 8B and A4. RGB value is (105,139,164). Sum of RGB (Red+Green+Blue) = 105+139+164=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #698BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BA4 is #96745B. Grayscale: #838383. Windows color (decimal): -9860188 or 10783593. OLE color: 10783593.

HSL color Cylindrical-coordinate representation of color #698BA4: hue angle of 205.42º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698BA4 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 139 164 -
CMYK 0.36 0.15 0 0.36
HSL 205.42º 0.24% 0.53% -
HSV(B) 205.42º 0.36% 0.64% -
XYZ 21.76 24.15 38.64 -
YUV 131.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 105 139 164 0.36 0.15 0 0.36 205.42 0.24 0.53
Hex 69 8B A4 24 F 0 24 CD 18 35
Octal 151 213 244 44 17 0 44 315 30 65
Binary 1101001 10001011 10100100 100100 1111 0 100100 11001101 11000 110101

Color Harmonies of #698BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BA4

Black with #698BA4

Text Example


Text Example

White with #698BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698BA4; }

 p { color: rgb(105,139,164); }

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

background-color css

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

 a { background-color: rgb(105,139,164); }

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

border-color css

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

 span { border-color: rgb(105,139,164); }

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