Html Css Color HEX #619DDC Picton Blue

📋 copy color: '#619DDC'

red 97 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #619DDC

Tints of Picton Blue #619DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 20.46%
G = 33.12%
B = 46.41%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619DDC (or 0x619DDC) is known color: Picton Blue. HEX triplet: 61, 9D and DC. RGB value is (97,157,220). Sum of RGB (Red+Green+Blue) = 97+157+220=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #619DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDC is #9E6223. Grayscale: #919191. Windows color (decimal): -10379812 or 14458209. OLE color: 14458209.

HSL color Cylindrical-coordinate representation of color #619DDC: hue angle of 210.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619DDC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 157 220 -
CMYK 0.56 0.29 0 0.14
HSL 210.73º 0.64% 0.62% -
HSV(B) 210.73º 0.56% 0.86% -
XYZ 29.91 31.82 72.28 -
YUV 146.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 97 157 220 0.56 0.29 0 0.14 210.73 0.64 0.62
Hex 61 9D DC 38 1D 0 E D3 40 3E
Octal 141 235 334 70 35 0 16 323 100 76
Binary 1100001 10011101 11011100 111000 11101 0 1110 11010011 1000000 111110

Color Harmonies of #619DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DDC

Black with #619DDC

Text Example


Text Example

White with #619DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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