Html Css Color HEX #619CDD Picton Blue

📋 copy color: '#619CDD'

red 97 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #619CDD

Tints of Picton Blue #619CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 20.46%
G = 32.91%
B = 46.62%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619CDD (or 0x619CDD) is known color: Picton Blue. HEX triplet: 61, 9C and DD. RGB value is (97,156,221). Sum of RGB (Red+Green+Blue) = 97+156+221=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #619CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDD is #9E6322. Grayscale: #919191. Windows color (decimal): -10380067 or 14523489. OLE color: 14523489.

HSL color Cylindrical-coordinate representation of color #619CDD: hue angle of 211.45º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619CDD is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 156 221 -
CMYK 0.56 0.29 0 0.13
HSL 211.45º 0.65% 0.62% -
HSV(B) 211.45º 0.56% 0.87% -
XYZ 29.87 31.54 72.92 -
YUV 145.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 97 156 221 0.56 0.29 0 0.13 211.45 0.65 0.62
Hex 61 9C DD 38 1D 0 D D3 41 3E
Octal 141 234 335 70 35 0 15 323 101 76
Binary 1100001 10011100 11011101 111000 11101 0 1101 11010011 1000001 111110

Color Harmonies of #619CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CDD

Black with #619CDD

Text Example


Text Example

White with #619CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,156,221); }

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

background-color css

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

 a { background-color: rgb(97,156,221); }

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

border-color css

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

 span { border-color: rgb(97,156,221); }

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