Html Css Color HEX #619BCA Picton Blue

📋 copy color: '#619BCA'

red 97 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #619BCA

Tints of Picton Blue #619BCA

RGB

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

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

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

R = 21.37%
G = 34.14%
B = 44.49%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#619BCA (or 0x619BCA) is known color: Picton Blue. HEX triplet: 61, 9B and CA. RGB value is (97,155,202). Sum of RGB (Red+Green+Blue) = 97+155+202=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #619BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BCA is #9E6435. Grayscale: #8E8E8E. Windows color (decimal): -10380342 or 13278049. OLE color: 13278049.

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

Color convert

RGB 97 155 202 -
CMYK 0.52 0.23 0 0.21
HSL 206.86º 0.5% 0.59% -
HSV(B) 206.86º 0.52% 0.79% -
XYZ 27.31 30.25 60.28 -
YUV 143.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 97 155 202 0.52 0.23 0 0.21 206.86 0.5 0.59
Hex 61 9B CA 34 17 0 15 CF 32 3B
Octal 141 233 312 64 27 0 25 317 62 73
Binary 1100001 10011011 11001010 110100 10111 0 10101 11001111 110010 111011

Color Harmonies of #619BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BCA

Black with #619BCA

Text Example


Text Example

White with #619BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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