Html Css Color HEX #6B9ACE Picton Blue

📋 copy color: '#6B9ACE'

red 107 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #6B9ACE

Tints of Picton Blue #6B9ACE

RGB

 RED value IS 107 (42.19% from 255) = 22.91%

 GREEN value IS 154 (60.55% from 255) = 32.98%

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

R = 22.91%
G = 32.98%
B = 44.11%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B9ACE (or 0x6B9ACE) is known color: Picton Blue. HEX triplet: 6B, 9A and CE. RGB value is (107,154,206). Sum of RGB (Red+Green+Blue) = 107+154+206=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ACE is #946531. Grayscale: #919191. Windows color (decimal): -9725234 or 13539947. OLE color: 13539947.

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

Color convert

RGB 107 154 206 -
CMYK 0.48 0.25 0 0.19
HSL 211.52º 0.5% 0.61% -
HSV(B) 211.52º 0.48% 0.81% -
XYZ 28.76 30.69 62.8 -
YUV 145.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 107 154 206 0.48 0.25 0 0.19 211.52 0.5 0.61
Hex 6B 9A CE 30 19 0 13 D4 32 3D
Octal 153 232 316 60 31 0 23 324 62 75
Binary 1101011 10011010 11001110 110000 11001 0 10011 11010100 110010 111101

Color Harmonies of #6B9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9ACE

Black with #6B9ACE

Text Example


Text Example

White with #6B9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,206); }

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

background-color css

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

 a { background-color: rgb(107,154,206); }

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

border-color css

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

 span { border-color: rgb(107,154,206); }

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