Html Css Color HEX #619BCD Picton Blue

📋 copy color: '#619BCD'

red 97 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #619BCD

Tints of Picton Blue #619BCD

RGB

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

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

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

R = 21.23%
G = 33.92%
B = 44.86%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619BCD (or 0x619BCD) is known color: Picton Blue. HEX triplet: 61, 9B and CD. RGB value is (97,155,205). Sum of RGB (Red+Green+Blue) = 97+155+205=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #619BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCD is #9E6432. Grayscale: #8F8F8F. Windows color (decimal): -10380339 or 13474657. OLE color: 13474657.

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

Color convert

RGB 97 155 205 -
CMYK 0.53 0.24 0 0.20
HSL 207.78º 0.52% 0.59% -
HSV(B) 207.78º 0.53% 0.8% -
XYZ 27.67 30.39 62.17 -
YUV 143.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 97 155 205 0.53 0.24 0 0.20 207.78 0.52 0.59
Hex 61 9B CD 35 18 0 14 D0 34 3B
Octal 141 233 315 65 30 0 24 320 64 73
Binary 1100001 10011011 11001101 110101 11000 0 10100 11010000 110100 111011

Color Harmonies of #619BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BCD

Black with #619BCD

Text Example


Text Example

White with #619BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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