Html Css Color HEX #619ADC Picton Blue

📋 copy color: '#619ADC'

red 97 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #619ADC

Tints of Picton Blue #619ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 20.59%
G = 32.7%
B = 46.71%

CMYK

 C value IS 0.56

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619ADC (or 0x619ADC) is known color: Picton Blue. HEX triplet: 61, 9A and DC. RGB value is (97,154,220). Sum of RGB (Red+Green+Blue) = 97+154+220=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #619ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ADC is #9E6523. Grayscale: #909090. Windows color (decimal): -10380580 or 14457441. OLE color: 14457441.

HSL color Cylindrical-coordinate representation of color #619ADC: hue angle of 212.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619ADC is Cyan = 0.56, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 154 220 -
CMYK 0.56 0.3 0 0.14
HSL 212.2º 0.64% 0.62% -
HSV(B) 212.2º 0.56% 0.86% -
XYZ 29.4 30.82 72.11 -
YUV 144.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 97 154 220 0.56 0.3 0 0.14 212.2 0.64 0.62
Hex 61 9A DC 38 1E 0 E D4 40 3E
Octal 141 232 334 70 36 0 16 324 100 76
Binary 1100001 10011010 11011100 111000 11110 0 1110 11010100 1000000 111110

Color Harmonies of #619ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ADC

Black with #619ADC

Text Example


Text Example

White with #619ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,154,220); }

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

background-color css

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

 a { background-color: rgb(97,154,220); }

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

border-color css

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

 span { border-color: rgb(97,154,220); }

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