Html Css Color HEX #69999C Cadet Blue

📋 copy color: '#69999C'

red 105 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #69999C

Tints of Cadet Blue #69999C

RGB

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

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

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

R = 25.36%
G = 36.96%
B = 37.68%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69999C (or 0x69999C) is known color: Cadet Blue. HEX triplet: 69, 99 and 9C. RGB value is (105,153,156). Sum of RGB (Red+Green+Blue) = 105+153+156=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #69999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69999C is #966663. Grayscale: #8A8A8A. Windows color (decimal): -9856612 or 10262889. OLE color: 10262889.

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

Color convert

RGB 105 153 156 -
CMYK 0.33 0.02 0 0.39
HSL 183.53º 0.2% 0.51% -
HSV(B) 183.53º 0.33% 0.61% -
XYZ 23.22 28.19 35.67 -
YUV 138.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 105 153 156 0.33 0.02 0 0.39 183.53 0.2 0.51
Hex 69 99 9C 21 2 0 27 B8 14 33
Octal 151 231 234 41 2 0 47 270 24 63
Binary 1101001 10011001 10011100 100001 10 0 100111 10111000 10100 110011

Color Harmonies of #69999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69999C

Black with #69999C

Text Example


Text Example

White with #69999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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