Html Css Color HEX #619DCB Picton Blue

📋 copy color: '#619DCB'

red 97 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #619DCB

Tints of Picton Blue #619DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.35%

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

R = 21.23%
G = 34.35%
B = 44.42%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619DCB (or 0x619DCB) is known color: Picton Blue. HEX triplet: 61, 9D and CB. RGB value is (97,157,203). Sum of RGB (Red+Green+Blue) = 97+157+203=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #619DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DCB is #9E6234. Grayscale: #909090. Windows color (decimal): -10379829 or 13344097. OLE color: 13344097.

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

Color convert

RGB 97 157 203 -
CMYK 0.52 0.23 0 0.20
HSL 206.04º 0.5% 0.59% -
HSV(B) 206.04º 0.52% 0.8% -
XYZ 27.77 30.97 61.01 -
YUV 144.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 97 157 203 0.52 0.23 0 0.20 206.04 0.5 0.59
Hex 61 9D CB 34 17 0 14 CE 32 3B
Octal 141 235 313 64 27 0 24 316 62 73
Binary 1100001 10011101 11001011 110100 10111 0 10100 11001110 110010 111011

Color Harmonies of #619DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DCB

Black with #619DCB

Text Example


Text Example

White with #619DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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