Html Css Color HEX #619BDC Picton Blue

📋 copy color: '#619BDC'

red 97 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #619BDC

Tints of Picton Blue #619BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 20.55%
G = 32.84%
B = 46.61%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619BDC (or 0x619BDC) is known color: Picton Blue. HEX triplet: 61, 9B and DC. RGB value is (97,155,220). Sum of RGB (Red+Green+Blue) = 97+155+220=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #619BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BDC is #9E6423. Grayscale: #909090. Windows color (decimal): -10380324 or 14457697. OLE color: 14457697.

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

Color convert

RGB 97 155 220 -
CMYK 0.56 0.30 0 0.14
HSL 211.71º 0.64% 0.62% -
HSV(B) 211.71º 0.56% 0.86% -
XYZ 29.57 31.15 72.16 -
YUV 145.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 97 155 220 0.56 0.30 0 0.14 211.71 0.64 0.62
Hex 61 9B DC 38 1E 0 E D4 40 3E
Octal 141 233 334 70 36 0 16 324 100 76
Binary 1100001 10011011 11011100 111000 11110 0 1110 11010100 1000000 111110

Color Harmonies of #619BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BDC

Black with #619BDC

Text Example


Text Example

White with #619BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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