Html Css Color HEX #619DCC Picton Blue

📋 copy color: '#619DCC'

red 97 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #619DCC

Tints of Picton Blue #619DCC

RGB

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

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

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

R = 21.18%
G = 34.28%
B = 44.54%

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

#619DCC (or 0x619DCC) is known color: Picton Blue. HEX triplet: 61, 9D and CC. RGB value is (97,157,204). Sum of RGB (Red+Green+Blue) = 97+157+204=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #619DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DCC is #9E6233. Grayscale: #909090. Windows color (decimal): -10379828 or 13409633. OLE color: 13409633.

HSL color Cylindrical-coordinate representation of color #619DCC: hue angle of 206.36º 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 #619DCC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 157 204 -
CMYK 0.52 0.23 0 0.2
HSL 206.36º 0.51% 0.59% -
HSV(B) 206.36º 0.52% 0.8% -
XYZ 27.89 31.01 61.64 -
YUV 144.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 97 157 204 0.52 0.23 0 0.2 206.36 0.51 0.59
Hex 61 9D CC 34 17 0 14 CE 33 3B
Octal 141 235 314 64 27 0 24 316 63 73
Binary 1100001 10011101 11001100 110100 10111 0 10100 11001110 110011 111011

Color Harmonies of #619DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DCC

Black with #619DCC

Text Example


Text Example

White with #619DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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