Html Css Color HEX #6B7FDC Cornflower Blue

📋 copy color: '#6B7FDC'

red 107 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #6B7FDC

Tints of Cornflower Blue #6B7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

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

R = 23.57%
G = 27.97%
B = 48.46%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B7FDC (or 0x6B7FDC) is known color: Cornflower Blue. HEX triplet: 6B, 7F and DC. RGB value is (107,127,220). Sum of RGB (Red+Green+Blue) = 107+127+220=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B7FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FDC is #948023. Grayscale: #838383. Windows color (decimal): -9732132 or 14450539. OLE color: 14450539.

HSL color Cylindrical-coordinate representation of color #6B7FDC: hue angle of 229.38º 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 #6B7FDC is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 127 220 -
CMYK 0.51 0.42 0 0.14
HSL 229.38º 0.62% 0.64% -
HSV(B) 229.38º 0.51% 0.86% -
XYZ 26.57 23.47 70.84 -
YUV 131.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 107 127 220 0.51 0.42 0 0.14 229.38 0.62 0.64
Hex 6B 7F DC 33 2A 0 E E5 3E 40
Octal 153 177 334 63 52 0 16 345 76 100
Binary 1101011 1111111 11011100 110011 101010 0 1110 11100101 111110 1000000

Color Harmonies of #6B7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FDC

Black with #6B7FDC

Text Example


Text Example

White with #6B7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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