Html Css Color HEX #619AD3 Picton Blue

📋 copy color: '#619AD3'

red 97 ◦ green 154 ◦ blue 211

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

Shades of Picton Blue #619AD3

Tints of Picton Blue #619AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.67%

R = 21%
G = 33.33%
B = 45.67%

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

#619AD3 (or 0x619AD3) is known color: Picton Blue. HEX triplet: 61, 9A and D3. RGB value is (97,154,211). Sum of RGB (Red+Green+Blue) = 97+154+211=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #619AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AD3 is #9E652C. Grayscale: #8F8F8F. Windows color (decimal): -10380589 or 13867617. OLE color: 13867617.

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

Color convert

RGB 97 154 211 -
CMYK 0.54 0.27 0 0.17
HSL 210º 0.56% 0.6% -
HSV(B) 210º 0.54% 0.83% -
XYZ 28.24 30.36 66 -
YUV 143.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 97 154 211 0.54 0.27 0 0.17 210 0.56 0.6
Hex 61 9A D3 36 1B 0 11 D2 38 3C
Octal 141 232 323 66 33 0 21 322 70 74
Binary 1100001 10011010 11010011 110110 11011 0 10001 11010010 111000 111100

Color Harmonies of #619AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AD3

Black with #619AD3

Text Example


Text Example

White with #619AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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