Html Css Color HEX #619DC8 Picton Blue

📋 copy color: '#619DC8'

red 97 ◦ green 157 ◦ blue 200

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

Shades of Picton Blue #619DC8

Tints of Picton Blue #619DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 21.37%
G = 34.58%
B = 44.05%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#619DC8 (or 0x619DC8) is known color: Picton Blue. HEX triplet: 61, 9D and C8. RGB value is (97,157,200). Sum of RGB (Red+Green+Blue) = 97+157+200=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #619DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DC8 is #9E6237. Grayscale: #8F8F8F. Windows color (decimal): -10379832 or 13147489. OLE color: 13147489.

HSL color Cylindrical-coordinate representation of color #619DC8: hue angle of 205.05º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619DC8 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 157 200 -
CMYK 0.52 0.22 0 0.22
HSL 205.05º 0.48% 0.58% -
HSV(B) 205.05º 0.52% 0.78% -
XYZ 27.41 30.83 59.15 -
YUV 143.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 97 157 200 0.52 0.22 0 0.22 205.05 0.48 0.58
Hex 61 9D C8 34 16 0 16 CD 30 3A
Octal 141 235 310 64 26 0 26 315 60 72
Binary 1100001 10011101 11001000 110100 10110 0 10110 11001101 110000 111010

Color Harmonies of #619DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DC8

Black with #619DC8

Text Example


Text Example

White with #619DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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