Html Css Color HEX #619698 Cadet Blue

📋 copy color: '#619698'

red 97 ◦ green 150 ◦ blue 152

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

Shades of Cadet Blue #619698

Tints of Cadet Blue #619698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 24.31%
G = 37.59%
B = 38.1%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#619698 (or 0x619698) is known color: Cadet Blue. HEX triplet: 61, 96 and 98. RGB value is (97,150,152). Sum of RGB (Red+Green+Blue) = 97+150+152=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #619698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619698 is #9E6967. Grayscale: #868686. Windows color (decimal): -10381672 or 9999969. OLE color: 9999969.

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

Color convert

RGB 97 150 152 -
CMYK 0.36 0.01 0 0.40
HSL 182.18º 0.22% 0.49% -
HSV(B) 182.18º 0.36% 0.6% -
XYZ 21.5 26.62 33.71 -
YUV 134.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 97 150 152 0.36 0.01 0 0.40 182.18 0.22 0.49
Hex 61 96 98 24 1 0 28 B6 16 31
Octal 141 226 230 44 1 0 50 266 26 61
Binary 1100001 10010110 10011000 100100 1 0 101000 10110110 10110 110001

Color Harmonies of #619698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619698

Black with #619698

Text Example


Text Example

White with #619698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619698; }

 p { color: rgb(97,150,152); }

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

background-color css

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

 a { background-color: rgb(97,150,152); }

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

border-color css

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

 span { border-color: rgb(97,150,152); }

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