Html Css Color HEX #619AD6 Picton Blue

📋 copy color: '#619AD6'

red 97 ◦ green 154 ◦ blue 214

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

Shades of Picton Blue #619AD6

Tints of Picton Blue #619AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.12%

 BLUE value IS 214 (83.98% from 255) = 46.02%

R = 20.86%
G = 33.12%
B = 46.02%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#619AD6 (or 0x619AD6) is known color: Picton Blue. HEX triplet: 61, 9A and D6. RGB value is (97,154,214). Sum of RGB (Red+Green+Blue) = 97+154+214=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #619AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AD6 is #9E6529. Grayscale: #8F8F8F. Windows color (decimal): -10380586 or 14064225. OLE color: 14064225.

HSL color Cylindrical-coordinate representation of color #619AD6: hue angle of 210.77º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619AD6 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 154 214 -
CMYK 0.55 0.28 0 0.16
HSL 210.77º 0.59% 0.61% -
HSV(B) 210.77º 0.55% 0.84% -
XYZ 28.62 30.51 68 -
YUV 143.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 97 154 214 0.55 0.28 0 0.16 210.77 0.59 0.61
Hex 61 9A D6 37 1C 0 10 D3 3B 3D
Octal 141 232 326 67 34 0 20 323 73 75
Binary 1100001 10011010 11010110 110111 11100 0 10000 11010011 111011 111101

Color Harmonies of #619AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AD6

Black with #619AD6

Text Example


Text Example

White with #619AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,154,214); }

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

background-color css

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

 a { background-color: rgb(97,154,214); }

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

border-color css

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

 span { border-color: rgb(97,154,214); }

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