Html Css Color HEX #619FCC Picton Blue

📋 copy color: '#619FCC'

red 97 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #619FCC

Tints of Picton Blue #619FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 21.09%
G = 34.57%
B = 44.35%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#619FCC (or 0x619FCC) is known color: Picton Blue. HEX triplet: 61, 9F and CC. RGB value is (97,159,204). Sum of RGB (Red+Green+Blue) = 97+159+204=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #619FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCC is #9E6033. Grayscale: #919191. Windows color (decimal): -10379316 or 13410145. OLE color: 13410145.

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

Color convert

RGB 97 159 204 -
CMYK 0.52 0.22 0 0.2
HSL 205.23º 0.51% 0.59% -
HSV(B) 205.23º 0.52% 0.8% -
XYZ 28.23 31.7 61.76 -
YUV 145.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 97 159 204 0.52 0.22 0 0.2 205.23 0.51 0.59
Hex 61 9F CC 34 16 0 14 CD 33 3B
Octal 141 237 314 64 26 0 24 315 63 73
Binary 1100001 10011111 11001100 110100 10110 0 10100 11001101 110011 111011

Color Harmonies of #619FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FCC

Black with #619FCC

Text Example


Text Example

White with #619FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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