Html Css Color HEX #619DD9 Picton Blue

📋 copy color: '#619DD9'

red 97 ◦ green 157 ◦ blue 217

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

Shades of Picton Blue #619DD9

Tints of Picton Blue #619DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 20.59%
G = 33.33%
B = 46.07%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619DD9 (or 0x619DD9) is known color: Picton Blue. HEX triplet: 61, 9D and D9. RGB value is (97,157,217). Sum of RGB (Red+Green+Blue) = 97+157+217=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #619DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD9 is #9E6226. Grayscale: #919191. Windows color (decimal): -10379815 or 14261601. OLE color: 14261601.

HSL color Cylindrical-coordinate representation of color #619DD9: hue angle of 210º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619DD9 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 157 217 -
CMYK 0.55 0.28 0 0.15
HSL 210º 0.61% 0.62% -
HSV(B) 210º 0.55% 0.85% -
XYZ 29.51 31.67 70.2 -
YUV 145.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 97 157 217 0.55 0.28 0 0.15 210 0.61 0.62
Hex 61 9D D9 37 1C 0 F D2 3D 3E
Octal 141 235 331 67 34 0 17 322 75 76
Binary 1100001 10011101 11011001 110111 11100 0 1111 11010010 111101 111110

Color Harmonies of #619DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DD9

Black with #619DD9

Text Example


Text Example

White with #619DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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