Html Css Color HEX #6C9FDB Jordy Blue

📋 copy color: '#6C9FDB'

red 108 ◦ green 159 ◦ blue 219

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

Shades of Jordy Blue #6C9FDB

Tints of Jordy Blue #6C9FDB

RGB

 RED value IS 108 (42.58% from 255) = 22.22%

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 22.22%
G = 32.72%
B = 45.06%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C9FDB (or 0x6C9FDB) is known color: Jordy Blue. HEX triplet: 6C, 9F and DB. RGB value is (108,159,219). Sum of RGB (Red+Green+Blue) = 108+159+219=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9FDB is #936024. Grayscale: #969696. Windows color (decimal): -9658405 or 14393196. OLE color: 14393196.

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

Color convert

RGB 108 159 219 -
CMYK 0.51 0.27 0 0.14
HSL 212.43º 0.61% 0.64% -
HSV(B) 212.43º 0.51% 0.86% -
XYZ 31.37 33.1 71.75 -
YUV 150.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 108 159 219 0.51 0.27 0 0.14 212.43 0.61 0.64
Hex 6C 9F DB 33 1B 0 E D4 3D 40
Octal 154 237 333 63 33 0 16 324 75 100
Binary 1101100 10011111 11011011 110011 11011 0 1110 11010100 111101 1000000

Color Harmonies of #6C9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9FDB

Black with #6C9FDB

Text Example


Text Example

White with #6C9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,159,219); }

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

background-color css

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

 a { background-color: rgb(108,159,219); }

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

border-color css

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

 span { border-color: rgb(108,159,219); }

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