Html Css Color HEX #619DCA Picton Blue

📋 copy color: '#619DCA'

red 97 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #619DCA

Tints of Picton Blue #619DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 21.27%
G = 34.43%
B = 44.3%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#619DCA (or 0x619DCA) is known color: Picton Blue. HEX triplet: 61, 9D and CA. RGB value is (97,157,202). Sum of RGB (Red+Green+Blue) = 97+157+202=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #619DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DCA is #9E6235. Grayscale: #8F8F8F. Windows color (decimal): -10379830 or 13278561. OLE color: 13278561.

HSL color Cylindrical-coordinate representation of color #619DCA: hue angle of 205.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619DCA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 157 202 -
CMYK 0.52 0.22 0 0.21
HSL 205.71º 0.5% 0.59% -
HSV(B) 205.71º 0.52% 0.79% -
XYZ 27.65 30.92 60.39 -
YUV 144.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 97 157 202 0.52 0.22 0 0.21 205.71 0.5 0.59
Hex 61 9D CA 34 16 0 15 CE 32 3B
Octal 141 235 312 64 26 0 25 316 62 73
Binary 1100001 10011101 11001010 110100 10110 0 10101 11001110 110010 111011

Color Harmonies of #619DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DCA

Black with #619DCA

Text Example


Text Example

White with #619DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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