Html Css Color HEX #67979A Cadet Blue

📋 copy color: '#67979A'

red 103 ◦ green 151 ◦ blue 154

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

Shades of Cadet Blue #67979A

Tints of Cadet Blue #67979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 25.25%
G = 37.01%
B = 37.75%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67979A (or 0x67979A) is known color: Cadet Blue. HEX triplet: 67, 97 and 9A. RGB value is (103,151,154). Sum of RGB (Red+Green+Blue) = 103+151+154=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #67979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67979A is #986865. Grayscale: #888888. Windows color (decimal): -9988198 or 10131303. OLE color: 10131303.

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

Color convert

RGB 103 151 154 -
CMYK 0.33 0.02 0 0.40
HSL 183.53º 0.2% 0.5% -
HSV(B) 183.53º 0.33% 0.6% -
XYZ 22.49 27.35 34.67 -
YUV 136.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 103 151 154 0.33 0.02 0 0.40 183.53 0.2 0.5
Hex 67 97 9A 21 2 0 28 B8 14 32
Octal 147 227 232 41 2 0 50 270 24 62
Binary 1100111 10010111 10011010 100001 10 0 101000 10111000 10100 110010

Color Harmonies of #67979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67979A

Black with #67979A

Text Example


Text Example

White with #67979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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