Html Css Color HEX #6695CE Picton Blue

📋 copy color: '#6695CE'

red 102 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #6695CE

Tints of Picton Blue #6695CE

RGB

 RED value IS 102 (40.23% from 255) = 22.32%

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 22.32%
G = 32.6%
B = 45.08%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6695CE (or 0x6695CE) is known color: Picton Blue. HEX triplet: 66, 95 and CE. RGB value is (102,149,206). Sum of RGB (Red+Green+Blue) = 102+149+206=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #6695CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695CE is #996A31. Grayscale: #8D8D8D. Windows color (decimal): -10054194 or 13538662. OLE color: 13538662.

HSL color Cylindrical-coordinate representation of color #6695CE: hue angle of 212.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6695CE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 149 206 -
CMYK 0.50 0.28 0 0.19
HSL 212.88º 0.51% 0.6% -
HSV(B) 212.88º 0.5% 0.81% -
XYZ 27.37 28.78 62.5 -
YUV 141.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 102 149 206 0.50 0.28 0 0.19 212.88 0.51 0.6
Hex 66 95 CE 32 1C 0 13 D5 33 3C
Octal 146 225 316 62 34 0 23 325 63 74
Binary 1100110 10010101 11001110 110010 11100 0 10011 11010101 110011 111100

Color Harmonies of #6695CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695CE

Black with #6695CE

Text Example


Text Example

White with #6695CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6695CE; }

 p { color: rgb(102,149,206); }

 H1.HeaderClassName
 {
   color: #6695CE;
 }
 .AnyTagClassName
 {
   color: #6695CE;
 }
</style>

background-color css

<style>
 a { background-color: #6695CE; }

 a { background-color: rgb(102,149,206); }

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

border-color css

<style>
 span { border-color: #6695CE; }

 span { border-color: rgb(102,149,206); }

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