Html Css Color HEX #619AD4 Picton Blue

📋 copy color: '#619AD4'

red 97 ◦ green 154 ◦ blue 212

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

Shades of Picton Blue #619AD4

Tints of Picton Blue #619AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.79%

R = 20.95%
G = 33.26%
B = 45.79%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#619AD4 (or 0x619AD4) is known color: Picton Blue. HEX triplet: 61, 9A and D4. RGB value is (97,154,212). Sum of RGB (Red+Green+Blue) = 97+154+212=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #619AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AD4 is #9E652B. Grayscale: #8F8F8F. Windows color (decimal): -10380588 or 13933153. OLE color: 13933153.

HSL color Cylindrical-coordinate representation of color #619AD4: hue angle of 210.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619AD4 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 154 212 -
CMYK 0.54 0.27 0 0.17
HSL 210.26º 0.57% 0.61% -
HSV(B) 210.26º 0.54% 0.83% -
XYZ 28.37 30.41 66.66 -
YUV 143.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 97 154 212 0.54 0.27 0 0.17 210.26 0.57 0.61
Hex 61 9A D4 36 1B 0 11 D2 39 3D
Octal 141 232 324 66 33 0 21 322 71 75
Binary 1100001 10011010 11010100 110110 11011 0 10001 11010010 111001 111101

Color Harmonies of #619AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AD4

Black with #619AD4

Text Example


Text Example

White with #619AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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