Html Css Color HEX #619ECC Picton Blue

📋 copy color: '#619ECC'

red 97 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #619ECC

Tints of Picton Blue #619ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 21.13%
G = 34.42%
B = 44.44%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#619ECC (or 0x619ECC) is known color: Picton Blue. HEX triplet: 61, 9E and CC. RGB value is (97,158,204). Sum of RGB (Red+Green+Blue) = 97+158+204=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #619ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECC is #9E6133. Grayscale: #909090. Windows color (decimal): -10379572 or 13409889. OLE color: 13409889.

HSL color Cylindrical-coordinate representation of color #619ECC: hue angle of 205.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619ECC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 158 204 -
CMYK 0.52 0.23 0 0.2
HSL 205.79º 0.51% 0.59% -
HSV(B) 205.79º 0.52% 0.8% -
XYZ 28.06 31.35 61.7 -
YUV 145.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 97 158 204 0.52 0.23 0 0.2 205.79 0.51 0.59
Hex 61 9E CC 34 17 0 14 CE 33 3B
Octal 141 236 314 64 27 0 24 316 63 73
Binary 1100001 10011110 11001100 110100 10111 0 10100 11001110 110011 111011

Color Harmonies of #619ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ECC

Black with #619ECC

Text Example


Text Example

White with #619ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,158,204); }

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

background-color css

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

 a { background-color: rgb(97,158,204); }

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

border-color css

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

 span { border-color: rgb(97,158,204); }

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