Html Css Color HEX #619FCF Picton Blue

📋 copy color: '#619FCF'

red 97 ◦ green 159 ◦ blue 207

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

Shades of Picton Blue #619FCF

Tints of Picton Blue #619FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 20.95%
G = 34.34%
B = 44.71%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#619FCF (or 0x619FCF) is known color: Picton Blue. HEX triplet: 61, 9F and CF. RGB value is (97,159,207). Sum of RGB (Red+Green+Blue) = 97+159+207=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #619FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCF is #9E6030. Grayscale: #919191. Windows color (decimal): -10379313 or 13606753. OLE color: 13606753.

HSL color Cylindrical-coordinate representation of color #619FCF: hue angle of 206.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619FCF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 159 207 -
CMYK 0.53 0.23 0 0.19
HSL 206.18º 0.53% 0.6% -
HSV(B) 206.18º 0.53% 0.81% -
XYZ 28.59 31.84 63.67 -
YUV 145.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 97 159 207 0.53 0.23 0 0.19 206.18 0.53 0.6
Hex 61 9F CF 35 17 0 13 CE 35 3C
Octal 141 237 317 65 27 0 23 316 65 74
Binary 1100001 10011111 11001111 110101 10111 0 10011 11001110 110101 111100

Color Harmonies of #619FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FCF

Black with #619FCF

Text Example


Text Example

White with #619FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,159,207); }

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

background-color css

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

 a { background-color: rgb(97,159,207); }

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

border-color css

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

 span { border-color: rgb(97,159,207); }

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