Html Css Color HEX #619BDA Picton Blue

📋 copy color: '#619BDA'

red 97 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #619BDA

Tints of Picton Blue #619BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 20.64%
G = 32.98%
B = 46.38%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619BDA (or 0x619BDA) is known color: Picton Blue. HEX triplet: 61, 9B and DA. RGB value is (97,155,218). Sum of RGB (Red+Green+Blue) = 97+155+218=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #619BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BDA is #9E6425. Grayscale: #909090. Windows color (decimal): -10380326 or 14326625. OLE color: 14326625.

HSL color Cylindrical-coordinate representation of color #619BDA: hue angle of 211.24º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619BDA is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 155 218 -
CMYK 0.56 0.29 0 0.15
HSL 211.24º 0.62% 0.62% -
HSV(B) 211.24º 0.56% 0.85% -
XYZ 29.31 31.05 70.78 -
YUV 144.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 97 155 218 0.56 0.29 0 0.15 211.24 0.62 0.62
Hex 61 9B DA 38 1D 0 F D3 3E 3E
Octal 141 233 332 70 35 0 17 323 76 76
Binary 1100001 10011011 11011010 111000 11101 0 1111 11010011 111110 111110

Color Harmonies of #619BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BDA

Black with #619BDA

Text Example


Text Example

White with #619BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,155,218); }

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

background-color css

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

 a { background-color: rgb(97,155,218); }

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

border-color css

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

 span { border-color: rgb(97,155,218); }

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