Html Css Color HEX #69999D Cadet Blue

📋 copy color: '#69999D'

red 105 ◦ green 153 ◦ blue 157

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

Shades of Cadet Blue #69999D

Tints of Cadet Blue #69999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 25.3%
G = 36.87%
B = 37.83%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69999D (or 0x69999D) is known color: Cadet Blue. HEX triplet: 69, 99 and 9D. RGB value is (105,153,157). Sum of RGB (Red+Green+Blue) = 105+153+157=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #69999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999D is #966662. Grayscale: #8B8B8B. Windows color (decimal): -9856611 or 10328425. OLE color: 10328425.

HSL color Cylindrical-coordinate representation of color #69999D: hue angle of 184.62º 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 #69999D is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 153 157 -
CMYK 0.33 0.03 0 0.38
HSL 184.62º 0.21% 0.51% -
HSV(B) 184.62º 0.33% 0.62% -
XYZ 23.3 28.22 36.12 -
YUV 139.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 105 153 157 0.33 0.03 0 0.38 184.62 0.21 0.51
Hex 69 99 9D 21 3 0 26 B9 15 33
Octal 151 231 235 41 3 0 46 271 25 63
Binary 1101001 10011001 10011101 100001 11 0 100110 10111001 10101 110011

Color Harmonies of #69999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69999D

Black with #69999D

Text Example


Text Example

White with #69999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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