Html Css Color HEX #619794 Cadet Blue

📋 copy color: '#619794'

red 97 ◦ green 151 ◦ blue 148

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

Shades of Cadet Blue #619794

Tints of Cadet Blue #619794

RGB

 RED value IS 97 (38.28% from 255) = 24.49%

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 24.49%
G = 38.13%
B = 37.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#619794 (or 0x619794) is known color: Cadet Blue. HEX triplet: 61, 97 and 94. RGB value is (97,151,148). Sum of RGB (Red+Green+Blue) = 97+151+148=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #619794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619794 is #9E686B. Grayscale: #868686. Windows color (decimal): -10381420 or 9738081. OLE color: 9738081.

HSL color Cylindrical-coordinate representation of color #619794: hue angle of 176.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619794 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 148 -
CMYK 0.36 0 0.02 0.41
HSL 176.67º 0.22% 0.49% -
HSV(B) 176.67º 0.36% 0.59% -
XYZ 21.34 26.81 32.07 -
YUV 134.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 97 151 148 0.36 0 0.02 0.41 176.67 0.22 0.49
Hex 61 97 94 24 0 2 29 B1 16 31
Octal 141 227 224 44 0 2 51 261 26 61
Binary 1100001 10010111 10010100 100100 0 10 101001 10110001 10110 110001

Color Harmonies of #619794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619794

Black with #619794

Text Example


Text Example

White with #619794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619794; }

 p { color: rgb(97,151,148); }

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

background-color css

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

 a { background-color: rgb(97,151,148); }

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

border-color css

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

 span { border-color: rgb(97,151,148); }

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