Html Css Color HEX #619DCD Picton Blue

📋 copy color: '#619DCD'

red 97 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #619DCD

Tints of Picton Blue #619DCD

RGB

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

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

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

R = 21.13%
G = 34.2%
B = 44.66%

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

#619DCD (or 0x619DCD) is known color: Picton Blue. HEX triplet: 61, 9D and CD. RGB value is (97,157,205). Sum of RGB (Red+Green+Blue) = 97+157+205=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #619DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DCD is #9E6232. Grayscale: #909090. Windows color (decimal): -10379827 or 13475169. OLE color: 13475169.

HSL color Cylindrical-coordinate representation of color #619DCD: hue angle of 206.67º 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 #619DCD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 157 205 -
CMYK 0.53 0.23 0 0.20
HSL 206.67º 0.52% 0.59% -
HSV(B) 206.67º 0.53% 0.8% -
XYZ 28.01 31.06 62.28 -
YUV 144.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 97 157 205 0.53 0.23 0 0.20 206.67 0.52 0.59
Hex 61 9D CD 35 17 0 14 CF 34 3B
Octal 141 235 315 65 27 0 24 317 64 73
Binary 1100001 10011101 11001101 110101 10111 0 10100 11001111 110100 111011

Color Harmonies of #619DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DCD

Black with #619DCD

Text Example


Text Example

White with #619DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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