Html Css Color HEX #619F94 Cadet Blue

📋 copy color: '#619F94'

red 97 ◦ green 159 ◦ blue 148

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

Shades of Cadet Blue #619F94

Tints of Cadet Blue #619F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

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

R = 24.01%
G = 39.36%
B = 36.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#619F94 (or 0x619F94) is known color: Cadet Blue. HEX triplet: 61, 9F and 94. RGB value is (97,159,148). Sum of RGB (Red+Green+Blue) = 97+159+148=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #619F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F94 is #9E606B. Grayscale: #8B8B8B. Windows color (decimal): -10379372 or 9740129. OLE color: 9740129.

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

Color convert

RGB 97 159 148 -
CMYK 0.39 0 0.07 0.38
HSL 169.35º 0.24% 0.5% -
HSV(B) 169.35º 0.39% 0.62% -
XYZ 22.67 29.48 32.51 -
YUV 139.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 97 159 148 0.39 0 0.07 0.38 169.35 0.24 0.5
Hex 61 9F 94 27 0 7 26 A9 18 32
Octal 141 237 224 47 0 7 46 251 30 62
Binary 1100001 10011111 10010100 100111 0 111 100110 10101001 11000 110010

Color Harmonies of #619F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619F94

Black with #619F94

Text Example


Text Example

White with #619F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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