Html Css Color HEX #619EAC Cadet Blue

📋 copy color: '#619EAC'

red 97 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #619EAC

Tints of Cadet Blue #619EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 22.72%
G = 37%
B = 40.28%

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

#619EAC (or 0x619EAC) is known color: Cadet Blue. HEX triplet: 61, 9E and AC. RGB value is (97,158,172). Sum of RGB (Red+Green+Blue) = 97+158+172=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #619EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EAC is #9E6153. Grayscale: #8D8D8D. Windows color (decimal): -10379604 or 11312737. OLE color: 11312737.

HSL color Cylindrical-coordinate representation of color #619EAC: hue angle of 191.2º 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 #619EAC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 158 172 -
CMYK 0.44 0.08 0 0.33
HSL 191.2º 0.31% 0.53% -
HSV(B) 191.2º 0.44% 0.67% -
XYZ 24.6 29.97 43.52 -
YUV 141.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 97 158 172 0.44 0.08 0 0.33 191.2 0.31 0.53
Hex 61 9E AC 2C 8 0 21 BF 1F 35
Octal 141 236 254 54 10 0 41 277 37 65
Binary 1100001 10011110 10101100 101100 1000 0 100001 10111111 11111 110101

Color Harmonies of #619EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EAC

Black with #619EAC

Text Example


Text Example

White with #619EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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