Html Css Color HEX #619DDF Picton Blue

📋 copy color: '#619DDF'

red 97 ◦ green 157 ◦ blue 223

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

Shades of Picton Blue #619DDF

Tints of Picton Blue #619DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 20.34%
G = 32.91%
B = 46.75%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619DDF (or 0x619DDF) is known color: Picton Blue. HEX triplet: 61, 9D and DF. RGB value is (97,157,223). Sum of RGB (Red+Green+Blue) = 97+157+223=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #619DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDF is #9E6220. Grayscale: #929292. Windows color (decimal): -10379809 or 14654817. OLE color: 14654817.

HSL color Cylindrical-coordinate representation of color #619DDF: hue angle of 211.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619DDF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 157 223 -
CMYK 0.57 0.30 0 0.13
HSL 211.43º 0.66% 0.63% -
HSV(B) 211.43º 0.57% 0.87% -
XYZ 30.31 31.98 74.39 -
YUV 146.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 97 157 223 0.57 0.30 0 0.13 211.43 0.66 0.63
Hex 61 9D DF 39 1E 0 D D3 42 3F
Octal 141 235 337 71 36 0 15 323 102 77
Binary 1100001 10011101 11011111 111001 11110 0 1101 11010011 1000010 111111

Color Harmonies of #619DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DDF

Black with #619DDF

Text Example


Text Example

White with #619DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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