Html Css Color HEX #6B8FDC Cornflower Blue

📋 copy color: '#6B8FDC'

red 107 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #6B8FDC

Tints of Cornflower Blue #6B8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 22.77%
G = 30.43%
B = 46.81%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B8FDC (or 0x6B8FDC) is known color: Cornflower Blue. HEX triplet: 6B, 8F and DC. RGB value is (107,143,220). Sum of RGB (Red+Green+Blue) = 107+143+220=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FDC is #947023. Grayscale: #8C8C8C. Windows color (decimal): -9728036 or 14454635. OLE color: 14454635.

HSL color Cylindrical-coordinate representation of color #6B8FDC: hue angle of 220.88º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8FDC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 143 220 -
CMYK 0.51 0.35 0 0.14
HSL 220.89º 0.62% 0.64% -
HSV(B) 220.89º 0.51% 0.86% -
XYZ 28.8 27.94 71.58 -
YUV 141.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 107 143 220 0.51 0.35 0 0.14 220.89 0.62 0.64
Hex 6B 8F DC 33 23 0 E DD 3E 40
Octal 153 217 334 63 43 0 16 335 76 100
Binary 1101011 10001111 11011100 110011 100011 0 1110 11011101 111110 1000000

Color Harmonies of #6B8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8FDC

Black with #6B8FDC

Text Example


Text Example

White with #6B8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,143,220); }

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

background-color css

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

 a { background-color: rgb(107,143,220); }

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

border-color css

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

 span { border-color: rgb(107,143,220); }

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