Html Css Color HEX #619ACB Picton Blue

📋 copy color: '#619ACB'

red 97 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #619ACB

Tints of Picton Blue #619ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.92%

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

R = 21.37%
G = 33.92%
B = 44.71%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619ACB (or 0x619ACB) is known color: Picton Blue. HEX triplet: 61, 9A and CB. RGB value is (97,154,203). Sum of RGB (Red+Green+Blue) = 97+154+203=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #619ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACB is #9E6534. Grayscale: #8E8E8E. Windows color (decimal): -10380597 or 13343329. OLE color: 13343329.

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

Color convert

RGB 97 154 203 -
CMYK 0.52 0.24 0 0.20
HSL 207.74º 0.5% 0.59% -
HSV(B) 207.74º 0.52% 0.8% -
XYZ 27.26 29.96 60.85 -
YUV 142.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 97 154 203 0.52 0.24 0 0.20 207.74 0.5 0.59
Hex 61 9A CB 34 18 0 14 D0 32 3B
Octal 141 232 313 64 30 0 24 320 62 73
Binary 1100001 10011010 11001011 110100 11000 0 10100 11010000 110010 111011

Color Harmonies of #619ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ACB

Black with #619ACB

Text Example


Text Example

White with #619ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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