Html Css Color HEX #6BA0CC Picton Blue

📋 copy color: '#6BA0CC'

red 107 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #6BA0CC

Tints of Picton Blue #6BA0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 22.72%
G = 33.97%
B = 43.31%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BA0CC (or 0x6BA0CC) is known color: Picton Blue. HEX triplet: 6B, A0 and CC. RGB value is (107,160,204). Sum of RGB (Red+Green+Blue) = 107+160+204=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA0CC is #945F33. Grayscale: #949494. Windows color (decimal): -9723700 or 13410411. OLE color: 13410411.

HSL color Cylindrical-coordinate representation of color #6BA0CC: hue angle of 207.22º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA0CC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 160 204 -
CMYK 0.48 0.22 0 0.2
HSL 207.22º 0.49% 0.61% -
HSV(B) 207.22º 0.48% 0.8% -
XYZ 29.53 32.63 61.87 -
YUV 149.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 107 160 204 0.48 0.22 0 0.2 207.22 0.49 0.61
Hex 6B A0 CC 30 16 0 14 CF 31 3D
Octal 153 240 314 60 26 0 24 317 61 75
Binary 1101011 10100000 11001100 110000 10110 0 10100 11001111 110001 111101

Color Harmonies of #6BA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA0CC

Black with #6BA0CC

Text Example


Text Example

White with #6BA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,204); }

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

background-color css

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

 a { background-color: rgb(107,160,204); }

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

border-color css

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

 span { border-color: rgb(107,160,204); }

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