Html Css Color HEX #619CCA Picton Blue

📋 copy color: '#619CCA'

red 97 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #619CCA

Tints of Picton Blue #619CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 21.32%
G = 34.29%
B = 44.4%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#619CCA (or 0x619CCA) is known color: Picton Blue. HEX triplet: 61, 9C and CA. RGB value is (97,156,202). Sum of RGB (Red+Green+Blue) = 97+156+202=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #619CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCA is #9E6335. Grayscale: #8F8F8F. Windows color (decimal): -10380086 or 13278305. OLE color: 13278305.

HSL color Cylindrical-coordinate representation of color #619CCA: hue angle of 206.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619CCA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 156 202 -
CMYK 0.52 0.23 0 0.21
HSL 206.29º 0.5% 0.59% -
HSV(B) 206.29º 0.52% 0.79% -
XYZ 27.48 30.58 60.33 -
YUV 143.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 97 156 202 0.52 0.23 0 0.21 206.29 0.5 0.59
Hex 61 9C CA 34 17 0 15 CE 32 3B
Octal 141 234 312 64 27 0 25 316 62 73
Binary 1100001 10011100 11001010 110100 10111 0 10101 11001110 110010 111011

Color Harmonies of #619CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CCA

Black with #619CCA

Text Example


Text Example

White with #619CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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