Html Css Color HEX #6697CD Picton Blue

📋 copy color: '#6697CD'

red 102 ◦ green 151 ◦ blue 205

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

Shades of Picton Blue #6697CD

Tints of Picton Blue #6697CD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.97%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 22.27%
G = 32.97%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6697CD (or 0x6697CD) is known color: Picton Blue. HEX triplet: 66, 97 and CD. RGB value is (102,151,205). Sum of RGB (Red+Green+Blue) = 102+151+205=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #6697CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697CD is #996832. Grayscale: #8E8E8E. Windows color (decimal): -10053683 or 13473638. OLE color: 13473638.

HSL color Cylindrical-coordinate representation of color #6697CD: hue angle of 211.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6697CD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 151 205 -
CMYK 0.50 0.26 0 0.20
HSL 211.46º 0.51% 0.6% -
HSV(B) 211.46º 0.5% 0.8% -
XYZ 27.57 29.37 61.97 -
YUV 142.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 102 151 205 0.50 0.26 0 0.20 211.46 0.51 0.6
Hex 66 97 CD 32 1A 0 14 D3 33 3C
Octal 146 227 315 62 32 0 24 323 63 74
Binary 1100110 10010111 11001101 110010 11010 0 10100 11010011 110011 111100

Color Harmonies of #6697CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6697CD

Black with #6697CD

Text Example


Text Example

White with #6697CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6697CD; }

 p { color: rgb(102,151,205); }

 H1.HeaderClassName
 {
   color: #6697CD;
 }
 .AnyTagClassName
 {
   color: #6697CD;
 }
</style>

background-color css

<style>
 a { background-color: #6697CD; }

 a { background-color: rgb(102,151,205); }

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

border-color css

<style>
 span { border-color: #6697CD; }

 span { border-color: rgb(102,151,205); }

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