Html Css Color HEX #6A8FDC Cornflower Blue

📋 copy color: '#6A8FDC'

red 106 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #6A8FDC

Tints of Cornflower Blue #6A8FDC

RGB

 RED value IS 106 (41.8% from 255) = 22.6%

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

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

R = 22.6%
G = 30.49%
B = 46.91%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A8FDC (or 0x6A8FDC) is known color: Cornflower Blue. HEX triplet: 6A, 8F and DC. RGB value is (106,143,220). Sum of RGB (Red+Green+Blue) = 106+143+220=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8FDC is #957023. Grayscale: #8C8C8C. Windows color (decimal): -9793572 or 14454634. OLE color: 14454634.

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

Color convert

RGB 106 143 220 -
CMYK 0.52 0.35 0 0.14
HSL 220.53º 0.62% 0.64% -
HSV(B) 220.53º 0.52% 0.86% -
XYZ 28.68 27.88 71.58 -
YUV 140.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 106 143 220 0.52 0.35 0 0.14 220.53 0.62 0.64
Hex 6A 8F DC 34 23 0 E DD 3E 40
Octal 152 217 334 64 43 0 16 335 76 100
Binary 1101010 10001111 11011100 110100 100011 0 1110 11011101 111110 1000000

Color Harmonies of #6A8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8FDC

Black with #6A8FDC

Text Example


Text Example

White with #6A8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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