Html Css Color HEX #619FAC Cadet Blue

📋 copy color: '#619FAC'

red 97 ◦ green 159 ◦ blue 172

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

Shades of Cadet Blue #619FAC

Tints of Cadet Blue #619FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 22.66%
G = 37.15%
B = 40.19%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#619FAC (or 0x619FAC) is known color: Cadet Blue. HEX triplet: 61, 9F and AC. RGB value is (97,159,172). Sum of RGB (Red+Green+Blue) = 97+159+172=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #619FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FAC is #9E6053. Grayscale: #8D8D8D. Windows color (decimal): -10379348 or 11312993. OLE color: 11312993.

HSL color Cylindrical-coordinate representation of color #619FAC: hue angle of 190.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #619FAC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 159 172 -
CMYK 0.44 0.08 0 0.33
HSL 190.4º 0.31% 0.53% -
HSV(B) 190.4º 0.44% 0.67% -
XYZ 24.77 30.32 43.58 -
YUV 141.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 97 159 172 0.44 0.08 0 0.33 190.4 0.31 0.53
Hex 61 9F AC 2C 8 0 21 BE 1F 35
Octal 141 237 254 54 10 0 41 276 37 65
Binary 1100001 10011111 10101100 101100 1000 0 100001 10111110 11111 110101

Color Harmonies of #619FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FAC

Black with #619FAC

Text Example


Text Example

White with #619FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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