Html Css Color HEX #619CDE Picton Blue

📋 copy color: '#619CDE'

red 97 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #619CDE

Tints of Picton Blue #619CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 20.42%
G = 32.84%
B = 46.74%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619CDE (or 0x619CDE) is known color: Picton Blue. HEX triplet: 61, 9C and DE. RGB value is (97,156,222). Sum of RGB (Red+Green+Blue) = 97+156+222=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #619CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDE is #9E6321. Grayscale: #919191. Windows color (decimal): -10380066 or 14589025. OLE color: 14589025.

HSL color Cylindrical-coordinate representation of color #619CDE: hue angle of 211.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619CDE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 156 222 -
CMYK 0.56 0.30 0 0.13
HSL 211.68º 0.65% 0.63% -
HSV(B) 211.68º 0.56% 0.87% -
XYZ 30 31.59 73.62 -
YUV 145.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 97 156 222 0.56 0.30 0 0.13 211.68 0.65 0.63
Hex 61 9C DE 38 1E 0 D D4 41 3F
Octal 141 234 336 70 36 0 15 324 101 77
Binary 1100001 10011100 11011110 111000 11110 0 1101 11010100 1000001 111111

Color Harmonies of #619CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CDE

Black with #619CDE

Text Example


Text Example

White with #619CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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