Html Css Color HEX #69969B Cadet Blue

📋 copy color: '#69969B'

red 105 ◦ green 150 ◦ blue 155

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

Shades of Cadet Blue #69969B

Tints of Cadet Blue #69969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 25.61%
G = 36.59%
B = 37.8%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69969B (or 0x69969B) is known color: Cadet Blue. HEX triplet: 69, 96 and 9B. RGB value is (105,150,155). Sum of RGB (Red+Green+Blue) = 105+150+155=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #69969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69969B is #966964. Grayscale: #898989. Windows color (decimal): -9857381 or 10196585. OLE color: 10196585.

HSL color Cylindrical-coordinate representation of color #69969B: hue angle of 186º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69969B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 150 155 -
CMYK 0.32 0.03 0 0.39
HSL 186º 0.2% 0.51% -
HSV(B) 186º 0.32% 0.61% -
XYZ 22.65 27.18 35.06 -
YUV 137.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 105 150 155 0.32 0.03 0 0.39 186 0.2 0.51
Hex 69 96 9B 20 3 0 27 BA 14 33
Octal 151 226 233 40 3 0 47 272 24 63
Binary 1101001 10010110 10011011 100000 11 0 100111 10111010 10100 110011

Color Harmonies of #69969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69969B

Black with #69969B

Text Example


Text Example

White with #69969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69969B; }

 p { color: rgb(105,150,155); }

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

background-color css

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

 a { background-color: rgb(105,150,155); }

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

border-color css

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

 span { border-color: rgb(105,150,155); }

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