Html Css Color HEX #6A95CF Picton Blue

📋 copy color: '#6A95CF'

red 106 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #6A95CF

Tints of Picton Blue #6A95CF

RGB

 RED value IS 106 (41.8% from 255) = 22.94%

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

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

R = 22.94%
G = 32.25%
B = 44.81%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A95CF (or 0x6A95CF) is known color: Picton Blue. HEX triplet: 6A, 95 and CF. RGB value is (106,149,207). Sum of RGB (Red+Green+Blue) = 106+149+207=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A95CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A95CF is #956A30. Grayscale: #8E8E8E. Windows color (decimal): -9792049 or 13604202. OLE color: 13604202.

HSL color Cylindrical-coordinate representation of color #6A95CF: hue angle of 214.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A95CF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 149 207 -
CMYK 0.49 0.28 0 0.19
HSL 214.46º 0.51% 0.61% -
HSV(B) 214.46º 0.49% 0.81% -
XYZ 27.95 29.06 63.17 -
YUV 142.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 106 149 207 0.49 0.28 0 0.19 214.46 0.51 0.61
Hex 6A 95 CF 31 1C 0 13 D6 33 3D
Octal 152 225 317 61 34 0 23 326 63 75
Binary 1101010 10010101 11001111 110001 11100 0 10011 11010110 110011 111101

Color Harmonies of #6A95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A95CF

Black with #6A95CF

Text Example


Text Example

White with #6A95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A95CF; }

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

 H1.HeaderClassName
 {
   color: #6A95CF;
 }
 .AnyTagClassName
 {
   color: #6A95CF;
 }
</style>

background-color css

<style>
 a { background-color: #6A95CF; }

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

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

border-color css

<style>
 span { border-color: #6A95CF; }

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

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