Html Css Color HEX #619CDC Picton Blue

📋 copy color: '#619CDC'

red 97 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #619CDC

Tints of Picton Blue #619CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.98%

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

R = 20.51%
G = 32.98%
B = 46.51%

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

#619CDC (or 0x619CDC) is known color: Picton Blue. HEX triplet: 61, 9C and DC. RGB value is (97,156,220). Sum of RGB (Red+Green+Blue) = 97+156+220=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #619CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDC is #9E6323. Grayscale: #919191. Windows color (decimal): -10380068 or 14457953. OLE color: 14457953.

HSL color Cylindrical-coordinate representation of color #619CDC: hue angle of 211.22º 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 #619CDC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 156 220 -
CMYK 0.56 0.29 0 0.14
HSL 211.22º 0.64% 0.62% -
HSV(B) 211.22º 0.56% 0.86% -
XYZ 29.74 31.49 72.22 -
YUV 145.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 97 156 220 0.56 0.29 0 0.14 211.22 0.64 0.62
Hex 61 9C DC 38 1D 0 E D3 40 3E
Octal 141 234 334 70 35 0 16 323 100 76
Binary 1100001 10011100 11011100 111000 11101 0 1110 11010011 1000000 111110

Color Harmonies of #619CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CDC

Black with #619CDC

Text Example


Text Example

White with #619CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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