Html Css Color HEX #6995CF Picton Blue

📋 copy color: '#6995CF'

red 105 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #6995CF

Tints of Picton Blue #6995CF

RGB

 RED value IS 105 (41.41% from 255) = 22.78%

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

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

R = 22.78%
G = 32.32%
B = 44.9%

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

#6995CF (or 0x6995CF) is known color: Picton Blue. HEX triplet: 69, 95 and CF. RGB value is (105,149,207). Sum of RGB (Red+Green+Blue) = 105+149+207=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #6995CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995CF is #966A30. Grayscale: #8E8E8E. Windows color (decimal): -9857585 or 13604201. OLE color: 13604201.

HSL color Cylindrical-coordinate representation of color #6995CF: hue angle of 214.12º degrees, saturation: 0.52, 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 #6995CF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 149 207 -
CMYK 0.49 0.28 0 0.19
HSL 214.12º 0.52% 0.61% -
HSV(B) 214.12º 0.49% 0.81% -
XYZ 27.84 29 63.16 -
YUV 142.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 105 149 207 0.49 0.28 0 0.19 214.12 0.52 0.61
Hex 69 95 CF 31 1C 0 13 D6 34 3D
Octal 151 225 317 61 34 0 23 326 64 75
Binary 1101001 10010101 11001111 110001 11100 0 10011 11010110 110100 111101

Color Harmonies of #6995CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995CF

Black with #6995CF

Text Example


Text Example

White with #6995CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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