Html Css Color HEX #69999F Cadet Blue

📋 copy color: '#69999F'

red 105 ◦ green 153 ◦ blue 159

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

Shades of Cadet Blue #69999F

Tints of Cadet Blue #69999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 25.18%
G = 36.69%
B = 38.13%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69999F (or 0x69999F) is known color: Cadet Blue. HEX triplet: 69, 99 and 9F. RGB value is (105,153,159). Sum of RGB (Red+Green+Blue) = 105+153+159=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #69999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999F is #966660. Grayscale: #8B8B8B. Windows color (decimal): -9856609 or 10459497. OLE color: 10459497.

HSL color Cylindrical-coordinate representation of color #69999F: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69999F is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 153 159 -
CMYK 0.34 0.04 0 0.38
HSL 186.67º 0.22% 0.52% -
HSV(B) 186.67º 0.34% 0.62% -
XYZ 23.47 28.29 37.02 -
YUV 139.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 105 153 159 0.34 0.04 0 0.38 186.67 0.22 0.52
Hex 69 99 9F 22 4 0 26 BB 16 34
Octal 151 231 237 42 4 0 46 273 26 64
Binary 1101001 10011001 10011111 100010 100 0 100110 10111011 10110 110100

Color Harmonies of #69999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69999F

Black with #69999F

Text Example


Text Example

White with #69999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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