Html Css Color HEX #69969C Cadet Blue

📋 copy color: '#69969C'

red 105 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #69969C

Tints of Cadet Blue #69969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 25.55%
G = 36.5%
B = 37.96%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69969C (or 0x69969C) is known color: Cadet Blue. HEX triplet: 69, 96 and 9C. RGB value is (105,150,156). Sum of RGB (Red+Green+Blue) = 105+150+156=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #69969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69969C is #966963. Grayscale: #898989. Windows color (decimal): -9857380 or 10262121. OLE color: 10262121.

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

Color convert

RGB 105 150 156 -
CMYK 0.33 0.04 0 0.39
HSL 187.06º 0.2% 0.51% -
HSV(B) 187.06º 0.33% 0.61% -
XYZ 22.73 27.22 35.51 -
YUV 137.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 105 150 156 0.33 0.04 0 0.39 187.06 0.2 0.51
Hex 69 96 9C 21 4 0 27 BB 14 33
Octal 151 226 234 41 4 0 47 273 24 63
Binary 1101001 10010110 10011100 100001 100 0 100111 10111011 10100 110011

Color Harmonies of #69969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69969C

Black with #69969C

Text Example


Text Example

White with #69969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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