Html Css Color HEX #698CA3 Bermuda Grey

📋 copy color: '#698CA3'

red 105 ◦ green 140 ◦ blue 163

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

Shades of Bermuda Grey #698CA3

Tints of Bermuda Grey #698CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

 BLUE value IS 163 (64.06% from 255) = 39.95%

R = 25.74%
G = 34.31%
B = 39.95%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#698CA3 (or 0x698CA3) is known color: Bermuda Grey. HEX triplet: 69, 8C and A3. RGB value is (105,140,163). Sum of RGB (Red+Green+Blue) = 105+140+163=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #698CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CA3 is #96735C. Grayscale: #848484. Windows color (decimal): -9859933 or 10718313. OLE color: 10718313.

HSL color Cylindrical-coordinate representation of color #698CA3: hue angle of 203.79º 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 #698CA3 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 140 163 -
CMYK 0.36 0.14 0 0.36
HSL 203.79º 0.24% 0.53% -
HSV(B) 203.79º 0.36% 0.64% -
XYZ 21.81 24.4 38.21 -
YUV 132.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 105 140 163 0.36 0.14 0 0.36 203.79 0.24 0.53
Hex 69 8C A3 24 E 0 24 CC 18 35
Octal 151 214 243 44 16 0 44 314 30 65
Binary 1101001 10001100 10100011 100100 1110 0 100100 11001100 11000 110101

Color Harmonies of #698CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CA3

Black with #698CA3

Text Example


Text Example

White with #698CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,140,163); }

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

background-color css

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

 a { background-color: rgb(105,140,163); }

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

border-color css

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

 span { border-color: rgb(105,140,163); }

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