Html Css Color HEX #6BA7FC Cornflower Blue

📋 copy color: '#6BA7FC'

red 107 ◦ green 167 ◦ blue 252

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

Shades of Cornflower Blue #6BA7FC

Tints of Cornflower Blue #6BA7FC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.75%

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 20.34%
G = 31.75%
B = 47.91%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BA7FC (or 0x6BA7FC) is known color: Cornflower Blue. HEX triplet: 6B, A7 and FC. RGB value is (107,167,252). Sum of RGB (Red+Green+Blue) = 107+167+252=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BA7FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA7FC is #945803. Grayscale: #9E9E9E. Windows color (decimal): -9721860 or 16557931. OLE color: 16557931.

HSL color Cylindrical-coordinate representation of color #6BA7FC: hue angle of 215.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BA7FC is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 167 252 -
CMYK 0.58 0.34 0 0.01
HSL 215.17º 0.96% 0.7% -
HSV(B) 215.17º 0.58% 0.99% -
XYZ 37.45 37.79 97.42 -
YUV 158.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 107 167 252 0.58 0.34 0 0.01 215.17 0.96 0.7
Hex 6B A7 FC 3A 22 0 1 D7 60 46
Octal 153 247 374 72 42 0 1 327 140 106
Binary 1101011 10100111 11111100 111010 100010 0 1 11010111 1100000 1000110

Color Harmonies of #6BA7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7FC

Black with #6BA7FC

Text Example


Text Example

White with #6BA7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,167,252); }

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

background-color css

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

 a { background-color: rgb(107,167,252); }

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

border-color css

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

 span { border-color: rgb(107,167,252); }

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