Html Css Color HEX #619DCE Picton Blue

📋 copy color: '#619DCE'

red 97 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #619DCE

Tints of Picton Blue #619DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 21.09%
G = 34.13%
B = 44.78%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#619DCE (or 0x619DCE) is known color: Picton Blue. HEX triplet: 61, 9D and CE. RGB value is (97,157,206). Sum of RGB (Red+Green+Blue) = 97+157+206=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #619DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DCE is #9E6231. Grayscale: #909090. Windows color (decimal): -10379826 or 13540705. OLE color: 13540705.

HSL color Cylindrical-coordinate representation of color #619DCE: hue angle of 206.97º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619DCE is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 157 206 -
CMYK 0.53 0.24 0 0.19
HSL 206.97º 0.53% 0.59% -
HSV(B) 206.97º 0.53% 0.81% -
XYZ 28.13 31.11 62.92 -
YUV 144.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 97 157 206 0.53 0.24 0 0.19 206.97 0.53 0.59
Hex 61 9D CE 35 18 0 13 CF 35 3B
Octal 141 235 316 65 30 0 23 317 65 73
Binary 1100001 10011101 11001110 110101 11000 0 10011 11001111 110101 111011

Color Harmonies of #619DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DCE

Black with #619DCE

Text Example


Text Example

White with #619DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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