Html Css Color HEX #6697CA Picton Blue

📋 copy color: '#6697CA'

red 102 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #6697CA

Tints of Picton Blue #6697CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 22.42%
G = 33.19%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6697CA (or 0x6697CA) is known color: Picton Blue. HEX triplet: 66, 97 and CA. RGB value is (102,151,202). Sum of RGB (Red+Green+Blue) = 102+151+202=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6697CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697CA is #996835. Grayscale: #8D8D8D. Windows color (decimal): -10053686 or 13277030. OLE color: 13277030.

HSL color Cylindrical-coordinate representation of color #6697CA: hue angle of 210.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6697CA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 151 202 -
CMYK 0.50 0.25 0 0.21
HSL 210.6º 0.49% 0.6% -
HSV(B) 210.6º 0.5% 0.79% -
XYZ 27.21 29.22 60.08 -
YUV 142.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 102 151 202 0.50 0.25 0 0.21 210.6 0.49 0.6
Hex 66 97 CA 32 19 0 15 D3 31 3C
Octal 146 227 312 62 31 0 25 323 61 74
Binary 1100110 10010111 11001010 110010 11001 0 10101 11010011 110001 111100

Color Harmonies of #6697CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6697CA

Black with #6697CA

Text Example


Text Example

White with #6697CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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