Html Css Color HEX #6BA5FB Cornflower Blue

📋 copy color: '#6BA5FB'

red 107 ◦ green 165 ◦ blue 251

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

Shades of Cornflower Blue #6BA5FB

Tints of Cornflower Blue #6BA5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 20.46%
G = 31.55%
B = 47.99%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BA5FB (or 0x6BA5FB) is known color: Cornflower Blue. HEX triplet: 6B, A5 and FB. RGB value is (107,165,251). Sum of RGB (Red+Green+Blue) = 107+165+251=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BA5FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA5FB is #945A04. Grayscale: #9D9D9D. Windows color (decimal): -9722373 or 16491883. OLE color: 16491883.

HSL color Cylindrical-coordinate representation of color #6BA5FB: hue angle of 215.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA5FB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 165 251 -
CMYK 0.57 0.34 0 0.02
HSL 215.83º 0.95% 0.7% -
HSV(B) 215.83º 0.57% 0.98% -
XYZ 36.93 37 96.46 -
YUV 157.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 107 165 251 0.57 0.34 0 0.02 215.83 0.95 0.7
Hex 6B A5 FB 39 22 0 2 D8 5F 46
Octal 153 245 373 71 42 0 2 330 137 106
Binary 1101011 10100101 11111011 111001 100010 0 10 11011000 1011111 1000110

Color Harmonies of #6BA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA5FB

Black with #6BA5FB

Text Example


Text Example

White with #6BA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,165,251); }

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

background-color css

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

 a { background-color: rgb(107,165,251); }

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

border-color css

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

 span { border-color: rgb(107,165,251); }

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