Html Css Color HEX #699498 Cadet Blue

📋 copy color: '#699498'

red 105 ◦ green 148 ◦ blue 152

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

Shades of Cadet Blue #699498

Tints of Cadet Blue #699498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 25.93%
G = 36.54%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#699498 (or 0x699498) is known color: Cadet Blue. HEX triplet: 69, 94 and 98. RGB value is (105,148,152). Sum of RGB (Red+Green+Blue) = 105+148+152=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #699498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699498 is #966B67. Grayscale: #878787. Windows color (decimal): -9857896 or 9999465. OLE color: 9999465.

HSL color Cylindrical-coordinate representation of color #699498: hue angle of 185.11º 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 #699498 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 148 152 -
CMYK 0.31 0.03 0 0.40
HSL 185.11º 0.19% 0.5% -
HSV(B) 185.11º 0.31% 0.6% -
XYZ 22.08 26.45 33.65 -
YUV 135.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 105 148 152 0.31 0.03 0 0.40 185.11 0.19 0.5
Hex 69 94 98 1F 3 0 28 B9 13 32
Octal 151 224 230 37 3 0 50 271 23 62
Binary 1101001 10010100 10011000 11111 11 0 101000 10111001 10011 110010

Color Harmonies of #699498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699498

Black with #699498

Text Example


Text Example

White with #699498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699498; }

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

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

background-color css

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

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

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

border-color css

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

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

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