Html Css Color HEX #699D98 Cadet Blue

📋 copy color: '#699D98'

red 105 ◦ green 157 ◦ blue 152

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

Shades of Cadet Blue #699D98

Tints of Cadet Blue #699D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

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

R = 25.36%
G = 37.92%
B = 36.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#699D98 (or 0x699D98) is known color: Cadet Blue. HEX triplet: 69, 9D and 98. RGB value is (105,157,152). Sum of RGB (Red+Green+Blue) = 105+157+152=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #699D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D98 is #966267. Grayscale: #8C8C8C. Windows color (decimal): -9855592 or 10001769. OLE color: 10001769.

HSL color Cylindrical-coordinate representation of color #699D98: hue angle of 174.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D98 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 152 -
CMYK 0.33 0 0.03 0.38
HSL 174.23º 0.21% 0.51% -
HSV(B) 174.23º 0.33% 0.62% -
XYZ 23.55 29.38 34.14 -
YUV 140.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 105 157 152 0.33 0 0.03 0.38 174.23 0.21 0.51
Hex 69 9D 98 21 0 3 26 AE 15 33
Octal 151 235 230 41 0 3 46 256 25 63
Binary 1101001 10011101 10011000 100001 0 11 100110 10101110 10101 110011

Color Harmonies of #699D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D98

Black with #699D98

Text Example


Text Example

White with #699D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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