Html Css Color HEX #6395CF Picton Blue

📋 copy color: '#6395CF'

red 99 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #6395CF

Tints of Picton Blue #6395CF

RGB

 RED value IS 99 (39.06% from 255) = 21.76%

 GREEN value IS 149 (58.59% from 255) = 32.75%

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 21.76%
G = 32.75%
B = 45.49%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6395CF (or 0x6395CF) is known color: Picton Blue. HEX triplet: 63, 95 and CF. RGB value is (99,149,207). Sum of RGB (Red+Green+Blue) = 99+149+207=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6395CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395CF is #9C6A30. Grayscale: #8C8C8C. Windows color (decimal): -10250801 or 13604195. OLE color: 13604195.

HSL color Cylindrical-coordinate representation of color #6395CF: hue angle of 212.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6395CF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 149 207 -
CMYK 0.52 0.28 0 0.19
HSL 212.22º 0.53% 0.6% -
HSV(B) 212.22º 0.52% 0.81% -
XYZ 27.16 28.65 63.13 -
YUV 140.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 99 149 207 0.52 0.28 0 0.19 212.22 0.53 0.6
Hex 63 95 CF 34 1C 0 13 D4 35 3C
Octal 143 225 317 64 34 0 23 324 65 74
Binary 1100011 10010101 11001111 110100 11100 0 10011 11010100 110101 111100

Color Harmonies of #6395CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6395CF

Black with #6395CF

Text Example


Text Example

White with #6395CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6395CF; }

 p { color: rgb(99,149,207); }

 H1.HeaderClassName
 {
   color: #6395CF;
 }
 .AnyTagClassName
 {
   color: #6395CF;
 }
</style>

background-color css

<style>
 a { background-color: #6395CF; }

 a { background-color: rgb(99,149,207); }

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

border-color css

<style>
 span { border-color: #6395CF; }

 span { border-color: rgb(99,149,207); }

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