Html Css Color HEX #6A87DF Cornflower Blue

📋 copy color: '#6A87DF'

red 106 ◦ green 135 ◦ blue 223

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

Shades of Cornflower Blue #6A87DF

Tints of Cornflower Blue #6A87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 22.84%
G = 29.09%
B = 48.06%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A87DF (or 0x6A87DF) is known color: Cornflower Blue. HEX triplet: 6A, 87 and DF. RGB value is (106,135,223). Sum of RGB (Red+Green+Blue) = 106+135+223=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A87DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A87DF is #957820. Grayscale: #878787. Windows color (decimal): -9795617 or 14649194. OLE color: 14649194.

HSL color Cylindrical-coordinate representation of color #6A87DF: hue angle of 225.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A87DF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 135 223 -
CMYK 0.52 0.39 0 0.13
HSL 225.13º 0.65% 0.65% -
HSV(B) 225.13º 0.52% 0.87% -
XYZ 27.93 25.72 73.3 -
YUV 136.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 106 135 223 0.52 0.39 0 0.13 225.13 0.65 0.65
Hex 6A 87 DF 34 27 0 D E1 41 41
Octal 152 207 337 64 47 0 15 341 101 101
Binary 1101010 10000111 11011111 110100 100111 0 1101 11100001 1000001 1000001

Color Harmonies of #6A87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A87DF

Black with #6A87DF

Text Example


Text Example

White with #6A87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,223); }

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

background-color css

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

 a { background-color: rgb(106,135,223); }

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

border-color css

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

 span { border-color: rgb(106,135,223); }

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