Html Css Color HEX #619AD8 Picton Blue

📋 copy color: '#619AD8'

red 97 ◦ green 154 ◦ blue 216

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

Shades of Picton Blue #619AD8

Tints of Picton Blue #619AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 20.77%
G = 32.98%
B = 46.25%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619AD8 (or 0x619AD8) is known color: Picton Blue. HEX triplet: 61, 9A and D8. RGB value is (97,154,216). Sum of RGB (Red+Green+Blue) = 97+154+216=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #619AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AD8 is #9E6527. Grayscale: #8F8F8F. Windows color (decimal): -10380584 or 14195297. OLE color: 14195297.

HSL color Cylindrical-coordinate representation of color #619AD8: hue angle of 211.26º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619AD8 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 154 216 -
CMYK 0.55 0.29 0 0.15
HSL 211.26º 0.6% 0.61% -
HSV(B) 211.26º 0.55% 0.85% -
XYZ 28.88 30.61 69.35 -
YUV 144.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 97 154 216 0.55 0.29 0 0.15 211.26 0.6 0.61
Hex 61 9A D8 37 1D 0 F D3 3C 3D
Octal 141 232 330 67 35 0 17 323 74 75
Binary 1100001 10011010 11011000 110111 11101 0 1111 11010011 111100 111101

Color Harmonies of #619AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AD8

Black with #619AD8

Text Example


Text Example

White with #619AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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