Html Css Color HEX #619DDA Picton Blue

📋 copy color: '#619DDA'

red 97 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #619DDA

Tints of Picton Blue #619DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 20.55%
G = 33.26%
B = 46.19%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619DDA (or 0x619DDA) is known color: Picton Blue. HEX triplet: 61, 9D and DA. RGB value is (97,157,218). Sum of RGB (Red+Green+Blue) = 97+157+218=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #619DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDA is #9E6225. Grayscale: #919191. Windows color (decimal): -10379814 or 14327137. OLE color: 14327137.

HSL color Cylindrical-coordinate representation of color #619DDA: hue angle of 210.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619DDA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 157 218 -
CMYK 0.56 0.28 0 0.15
HSL 210.25º 0.62% 0.62% -
HSV(B) 210.25º 0.56% 0.85% -
XYZ 29.64 31.72 70.89 -
YUV 146.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 97 157 218 0.56 0.28 0 0.15 210.25 0.62 0.62
Hex 61 9D DA 38 1C 0 F D2 3E 3E
Octal 141 235 332 70 34 0 17 322 76 76
Binary 1100001 10011101 11011010 111000 11100 0 1111 11010010 111110 111110

Color Harmonies of #619DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DDA

Black with #619DDA

Text Example


Text Example

White with #619DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,218); }

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

background-color css

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

 a { background-color: rgb(97,157,218); }

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

border-color css

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

 span { border-color: rgb(97,157,218); }

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