Html Css Color HEX #619CCB Picton Blue

📋 copy color: '#619CCB'

red 97 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #619CCB

Tints of Picton Blue #619CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 21.27%
G = 34.21%
B = 44.52%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#619CCB (or 0x619CCB) is known color: Picton Blue. HEX triplet: 61, 9C and CB. RGB value is (97,156,203). Sum of RGB (Red+Green+Blue) = 97+156+203=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #619CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCB is #9E6334. Grayscale: #8F8F8F. Windows color (decimal): -10380085 or 13343841. OLE color: 13343841.

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

Color convert

RGB 97 156 203 -
CMYK 0.52 0.23 0 0.20
HSL 206.6º 0.5% 0.59% -
HSV(B) 206.6º 0.52% 0.8% -
XYZ 27.6 30.63 60.96 -
YUV 143.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 97 156 203 0.52 0.23 0 0.20 206.6 0.5 0.59
Hex 61 9C CB 34 17 0 14 CF 32 3B
Octal 141 234 313 64 27 0 24 317 62 73
Binary 1100001 10011100 11001011 110100 10111 0 10100 11001111 110010 111011

Color Harmonies of #619CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CCB

Black with #619CCB

Text Example


Text Example

White with #619CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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