Html Css Color HEX #619ECD Picton Blue

📋 copy color: '#619ECD'

red 97 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #619ECD

Tints of Picton Blue #619ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 21.09%
G = 34.35%
B = 44.57%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619ECD (or 0x619ECD) is known color: Picton Blue. HEX triplet: 61, 9E and CD. RGB value is (97,158,205). Sum of RGB (Red+Green+Blue) = 97+158+205=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #619ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECD is #9E6132. Grayscale: #909090. Windows color (decimal): -10379571 or 13475425. OLE color: 13475425.

HSL color Cylindrical-coordinate representation of color #619ECD: hue angle of 206.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619ECD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 158 205 -
CMYK 0.53 0.23 0 0.20
HSL 206.11º 0.52% 0.59% -
HSV(B) 206.11º 0.53% 0.8% -
XYZ 28.18 31.4 62.33 -
YUV 145.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 97 158 205 0.53 0.23 0 0.20 206.11 0.52 0.59
Hex 61 9E CD 35 17 0 14 CE 34 3B
Octal 141 236 315 65 27 0 24 316 64 73
Binary 1100001 10011110 11001101 110101 10111 0 10100 11001110 110100 111011

Color Harmonies of #619ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ECD

Black with #619ECD

Text Example


Text Example

White with #619ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,158,205); }

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

background-color css

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

 a { background-color: rgb(97,158,205); }

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

border-color css

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

 span { border-color: rgb(97,158,205); }

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