Html Css Color HEX #619C94 Cadet Blue

📋 copy color: '#619C94'

red 97 ◦ green 156 ◦ blue 148

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

Shades of Cadet Blue #619C94

Tints of Cadet Blue #619C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 24.19%
G = 38.9%
B = 36.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#619C94 (or 0x619C94) is known color: Cadet Blue. HEX triplet: 61, 9C and 94. RGB value is (97,156,148). Sum of RGB (Red+Green+Blue) = 97+156+148=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #619C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C94 is #9E636B. Grayscale: #898989. Windows color (decimal): -10380140 or 9739361. OLE color: 9739361.

HSL color Cylindrical-coordinate representation of color #619C94: hue angle of 171.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C94 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 148 -
CMYK 0.38 0 0.05 0.39
HSL 171.86º 0.23% 0.5% -
HSV(B) 171.86º 0.38% 0.61% -
XYZ 22.16 28.46 32.34 -
YUV 137.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 97 156 148 0.38 0 0.05 0.39 171.86 0.23 0.5
Hex 61 9C 94 26 0 5 27 AC 17 32
Octal 141 234 224 46 0 5 47 254 27 62
Binary 1100001 10011100 10010100 100110 0 101 100111 10101100 10111 110010

Color Harmonies of #619C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C94

Black with #619C94

Text Example


Text Example

White with #619C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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