Html Css Color HEX #619DC5 Picton Blue

📋 copy color: '#619DC5'

red 97 ◦ green 157 ◦ blue 197

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

Shades of Picton Blue #619DC5

Tints of Picton Blue #619DC5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.81%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 21.51%
G = 34.81%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#619DC5 (or 0x619DC5) is known color: Picton Blue. HEX triplet: 61, 9D and C5. RGB value is (97,157,197). Sum of RGB (Red+Green+Blue) = 97+157+197=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #619DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DC5 is #9E623A. Grayscale: #8F8F8F. Windows color (decimal): -10379835 or 12950881. OLE color: 12950881.

HSL color Cylindrical-coordinate representation of color #619DC5: hue angle of 204º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619DC5 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 157 197 -
CMYK 0.51 0.20 0 0.23
HSL 204º 0.46% 0.58% -
HSV(B) 204º 0.51% 0.77% -
XYZ 27.06 30.69 57.32 -
YUV 143.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 97 157 197 0.51 0.20 0 0.23 204 0.46 0.58
Hex 61 9D C5 33 14 0 17 CC 2E 3A
Octal 141 235 305 63 24 0 27 314 56 72
Binary 1100001 10011101 11000101 110011 10100 0 10111 11001100 101110 111010

Color Harmonies of #619DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DC5

Black with #619DC5

Text Example


Text Example

White with #619DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,197); }

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

background-color css

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

 a { background-color: rgb(97,157,197); }

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

border-color css

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

 span { border-color: rgb(97,157,197); }

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