Html Css Color HEX #619DD0 Picton Blue

📋 copy color: '#619DD0'

red 97 ◦ green 157 ◦ blue 208

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

Shades of Picton Blue #619DD0

Tints of Picton Blue #619DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 21%
G = 33.98%
B = 45.02%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#619DD0 (or 0x619DD0) is known color: Picton Blue. HEX triplet: 61, 9D and D0. RGB value is (97,157,208). Sum of RGB (Red+Green+Blue) = 97+157+208=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #619DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DD0 is #9E622F. Grayscale: #909090. Windows color (decimal): -10379824 or 13671777. OLE color: 13671777.

HSL color Cylindrical-coordinate representation of color #619DD0: hue angle of 207.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619DD0 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 157 208 -
CMYK 0.53 0.25 0 0.18
HSL 207.57º 0.54% 0.6% -
HSV(B) 207.57º 0.53% 0.82% -
XYZ 28.37 31.21 64.2 -
YUV 144.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 97 157 208 0.53 0.25 0 0.18 207.57 0.54 0.6
Hex 61 9D D0 35 19 0 12 D0 36 3C
Octal 141 235 320 65 31 0 22 320 66 74
Binary 1100001 10011101 11010000 110101 11001 0 10010 11010000 110110 111100

Color Harmonies of #619DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DD0

Black with #619DD0

Text Example


Text Example

White with #619DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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