Html Css Color HEX #67949A Cadet Blue

📋 copy color: '#67949A'

red 103 ◦ green 148 ◦ blue 154

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

Shades of Cadet Blue #67949A

Tints of Cadet Blue #67949A

RGB

 RED value IS 103 (40.63% from 255) = 25.43%

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 25.43%
G = 36.54%
B = 38.02%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67949A (or 0x67949A) is known color: Cadet Blue. HEX triplet: 67, 94 and 9A. RGB value is (103,148,154). Sum of RGB (Red+Green+Blue) = 103+148+154=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #67949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67949A is #986B65. Grayscale: #878787. Windows color (decimal): -9988966 or 10130535. OLE color: 10130535.

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

Color convert

RGB 103 148 154 -
CMYK 0.33 0.04 0 0.40
HSL 187.06º 0.2% 0.5% -
HSV(B) 187.06º 0.33% 0.6% -
XYZ 22.02 26.4 34.51 -
YUV 135.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 103 148 154 0.33 0.04 0 0.40 187.06 0.2 0.5
Hex 67 94 9A 21 4 0 28 BB 14 32
Octal 147 224 232 41 4 0 50 273 24 62
Binary 1100111 10010100 10011010 100001 100 0 101000 10111011 10100 110010

Color Harmonies of #67949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67949A

Black with #67949A

Text Example


Text Example

White with #67949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67949A; }

 p { color: rgb(103,148,154); }

 H1.HeaderClassName
 {
   color: #67949A;
 }
 .AnyTagClassName
 {
   color: #67949A;
 }
</style>

background-color css

<style>
 a { background-color: #67949A; }

 a { background-color: rgb(103,148,154); }

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

border-color css

<style>
 span { border-color: #67949A; }

 span { border-color: rgb(103,148,154); }

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