Html Css Color HEX #6BA7CE Picton Blue

📋 copy color: '#6BA7CE'

red 107 ◦ green 167 ◦ blue 206

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

Shades of Picton Blue #6BA7CE

Tints of Picton Blue #6BA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.79%

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

R = 22.29%
G = 34.79%
B = 42.92%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BA7CE (or 0x6BA7CE) is known color: Picton Blue. HEX triplet: 6B, A7 and CE. RGB value is (107,167,206). Sum of RGB (Red+Green+Blue) = 107+167+206=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7CE is #945831. Grayscale: #999999. Windows color (decimal): -9721906 or 13543275. OLE color: 13543275.

HSL color Cylindrical-coordinate representation of color #6BA7CE: hue angle of 203.64º 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 #6BA7CE is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 167 206 -
CMYK 0.48 0.19 0 0.19
HSL 203.64º 0.5% 0.61% -
HSV(B) 203.64º 0.48% 0.81% -
XYZ 31.02 35.22 63.56 -
YUV 153.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 107 167 206 0.48 0.19 0 0.19 203.64 0.5 0.61
Hex 6B A7 CE 30 13 0 13 CC 32 3D
Octal 153 247 316 60 23 0 23 314 62 75
Binary 1101011 10100111 11001110 110000 10011 0 10011 11001100 110010 111101

Color Harmonies of #6BA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7CE

Black with #6BA7CE

Text Example


Text Example

White with #6BA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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