Html Css Color HEX #619CDA Picton Blue

📋 copy color: '#619CDA'

red 97 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #619CDA

Tints of Picton Blue #619CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 20.59%
G = 33.12%
B = 46.28%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619CDA (or 0x619CDA) is known color: Picton Blue. HEX triplet: 61, 9C and DA. RGB value is (97,156,218). Sum of RGB (Red+Green+Blue) = 97+156+218=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #619CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDA is #9E6325. Grayscale: #919191. Windows color (decimal): -10380070 or 14326881. OLE color: 14326881.

HSL color Cylindrical-coordinate representation of color #619CDA: hue angle of 210.74º 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 #619CDA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 156 218 -
CMYK 0.56 0.28 0 0.15
HSL 210.74º 0.62% 0.62% -
HSV(B) 210.74º 0.56% 0.85% -
XYZ 29.47 31.38 70.83 -
YUV 145.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 97 156 218 0.56 0.28 0 0.15 210.74 0.62 0.62
Hex 61 9C DA 38 1C 0 F D3 3E 3E
Octal 141 234 332 70 34 0 17 323 76 76
Binary 1100001 10011100 11011010 111000 11100 0 1111 11010011 111110 111110

Color Harmonies of #619CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CDA

Black with #619CDA

Text Example


Text Example

White with #619CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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