Html Css Color HEX #619FCB Picton Blue

📋 copy color: '#619FCB'

red 97 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #619FCB

Tints of Picton Blue #619FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 21.13%
G = 34.64%
B = 44.23%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619FCB (or 0x619FCB) is known color: Picton Blue. HEX triplet: 61, 9F and CB. RGB value is (97,159,203). Sum of RGB (Red+Green+Blue) = 97+159+203=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #619FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCB is #9E6034. Grayscale: #919191. Windows color (decimal): -10379317 or 13344609. OLE color: 13344609.

HSL color Cylindrical-coordinate representation of color #619FCB: hue angle of 204.91º degrees, saturation: 0.5, 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 #619FCB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 159 203 -
CMYK 0.52 0.22 0 0.20
HSL 204.91º 0.5% 0.59% -
HSV(B) 204.91º 0.52% 0.8% -
XYZ 28.11 31.65 61.13 -
YUV 145.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 97 159 203 0.52 0.22 0 0.20 204.91 0.5 0.59
Hex 61 9F CB 34 16 0 14 CD 32 3B
Octal 141 237 313 64 26 0 24 315 62 73
Binary 1100001 10011111 11001011 110100 10110 0 10100 11001101 110010 111011

Color Harmonies of #619FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FCB

Black with #619FCB

Text Example


Text Example

White with #619FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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