Html Css Color HEX #619CC5 Picton Blue

📋 copy color: '#619CC5'

red 97 ◦ green 156 ◦ blue 197

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

Shades of Picton Blue #619CC5

Tints of Picton Blue #619CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

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

R = 21.56%
G = 34.67%
B = 43.78%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#619CC5 (or 0x619CC5) is known color: Picton Blue. HEX triplet: 61, 9C and C5. RGB value is (97,156,197). Sum of RGB (Red+Green+Blue) = 97+156+197=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #619CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CC5 is #9E633A. Grayscale: #8E8E8E. Windows color (decimal): -10380091 or 12950625. OLE color: 12950625.

HSL color Cylindrical-coordinate representation of color #619CC5: hue angle of 204.6º 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 #619CC5 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 156 197 -
CMYK 0.51 0.21 0 0.23
HSL 204.6º 0.46% 0.58% -
HSV(B) 204.6º 0.51% 0.77% -
XYZ 26.9 30.35 57.26 -
YUV 143.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 97 156 197 0.51 0.21 0 0.23 204.6 0.46 0.58
Hex 61 9C C5 33 15 0 17 CD 2E 3A
Octal 141 234 305 63 25 0 27 315 56 72
Binary 1100001 10011100 11000101 110011 10101 0 10111 11001101 101110 111010

Color Harmonies of #619CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CC5

Black with #619CC5

Text Example


Text Example

White with #619CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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